HttpResponseWrapper.Headers 属性

定义

获取响应标头的集合。

public:
 virtual property System::Collections::Specialized::NameValueCollection ^ Headers { System::Collections::Specialized::NameValueCollection ^ get(); };
public override System.Collections.Specialized.NameValueCollection Headers { get; }
member this.Headers : System.Collections.Specialized.NameValueCollection
Public Overrides ReadOnly Property Headers As NameValueCollection

属性值

NameValueCollection

响应标头。

例外

此操作要求 IIS 7.0 和至少.NET Framework版本 3.0 中的集成管道模式。

适用于