HttpRequestOptionsKey<TValue> 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 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>(String) |
初始化使用指定的索引鍵名稱之 HttpRequestOptionsKey<TValue> 類別的新執行個體。 |
屬性
Key |
取得選項的名稱。 |