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

取得選項的名稱。

適用於