HeaderElement.Name プロパティ

定義

出力キャッシュ内にある HTTP ヘッダーの名前を取得します。

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

プロパティ値

HTTP ヘッダーの名前。

注釈

HeaderElement クラスのインスタンスを作成する場合、nameの値は常に null 以外の空でない文字列である必要があります。

適用対象