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

属性值

String

HTTP 头的值。

注解

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

适用于