HttpRequestOptionsKey<TValue> 结构

定义

表示 HTTP 请求的选项集合中的键。

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

获取选项的名称。

适用于