HttpRequestOptionsKey<TValue> 構造体

定義

HTTP 要求の options コレクション内のキーを表します。

generic <typename TValue>
public value class HttpRequestOptionsKey
public readonly struct HttpRequestOptionsKey<TValue>
type HttpRequestOptionsKey<'Value> = struct
Public Structure HttpRequestOptionsKey(Of TValue)

型パラメーター

TValue

オプションの値の型。

継承
HttpRequestOptionsKey<TValue>

コンストラクター

HttpRequestOptionsKey<TValue>(String)

指定したキーの名前を使用して、HttpRequestOptionsKey<TValue> クラスの新しいインスタンスを初期化します。

プロパティ

Key

オプションの名前を取得します。

適用対象