HttpContextToken
A token used to manipulate and access values stored in HttpContext
.
class HttpContextToken<T> {
constructor(defaultValue: () => T)
defaultValue: () => T
}
构造函数
属性
属性 | 说明 |
---|---|
defaultValue: () => T | 只读 声明在构造函数中 |
A token used to manipulate and access values stored in HttpContext
.
class HttpContextToken<T> {
constructor(defaultValue: () => T)
defaultValue: () => T
}
属性 | 说明 |
---|---|
defaultValue: () => T | 只读 声明在构造函数中 |