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

屬性值

回應標頭。

例外狀況

此操作需要 IIS 7.0 中的整合管線模式,至少 .NET Framework 3.0 版本。

適用於