HttpContextToken
A token used to manipulate and access values stored in HttpContext
.
class HttpContextToken<T> {
constructor(defaultValue: () => T)
defaultValue: () => T
}
Constructor
Properties
Property | Description |
---|---|
defaultValue: () => T
|
Read-Only Declared in Constructor |