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

プロパティ値

HTTP ヘッダーの値。

注釈

HeaderElement クラスのインスタンスを作成する場合、value パラメーターには空の文字列を指定できます。

適用対象