填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

HttpContextToken

A token used to manipulate and access values stored in HttpContext.

      
      class HttpContextToken<T> {
  constructor(defaultValue: () => T)
  defaultValue: () => T
}
    

构造函数

      
      constructor(defaultValue: () => T)
    
参数
defaultValue () => T

属性

属性说明
defaultValue: () => T只读 声明在构造函数中