HttpContextBase.ApplicationInstance 属性
定义
当在派生类中重写时,获取或设置当前 HTTP 请求的 HttpApplication 对象。When overridden in a derived class, gets or sets the HttpApplication object for the current HTTP request.
public:
virtual property System::Web::HttpApplication ^ ApplicationInstance { System::Web::HttpApplication ^ get(); void set(System::Web::HttpApplication ^ value); };
public virtual System.Web.HttpApplication ApplicationInstance { get; set; }
member this.ApplicationInstance : System.Web.HttpApplication with get, set
Public Overridable Property ApplicationInstance As HttpApplication
属性值
当前 HTTP 请求的对象。The object for the current HTTP request.
例外
始终。Always.