Share via


HeaderElement.Name 属性

定义

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

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

属性值

HTTP 头的名称。

注解

创建 类的 HeaderElement 实例时,的值 name 必须始终为非 null、非空字符串。

适用于