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

获取选项的名称。

适用于