次の方法で共有


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

プロパティ値

String

HTTP ヘッダーの値。

注釈

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

適用対象