你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Notification.AddOrUpdateHeader(String, String) Method

Definition

Add or updates a header with a given key and value.

protected void AddOrUpdateHeader(string key, string value);
member this.AddOrUpdateHeader : string * string -> unit
Protected Sub AddOrUpdateHeader (key As String, value As String)

Parameters

key
String

The header key.

value
String

The value of the header.

Applies to