次の方法で共有


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 の統合パイプライン モードが必要です。

適用対象