HeaderElement.Value 属性

定义

获取输出缓存中的 HTTP 标头的值。

public:
 property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
member this.Value : string
Public ReadOnly Property Value As String

属性值

HTTP 标头的值。

注解

创建类的 HeaderElement 实例时,参数 value 可以是空字符串。

适用于