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

Headers.Item[String] 属性

定义

获取特定标头的值。

public virtual string this[string headerName] { get; set; }
member this.Item(string) : string with get, set
Default Public Overridable Property Item(headerName As String) As String

参数

headerName
String

要查找的标头名称。

属性值

标头值。

适用于