|
ExtendedTemplateBaseTContext Property
|
Gets the current HttpContext.
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.248-beta
Syntaxprotected HttpContext Context { get; }
Protected ReadOnly Property Context As HttpContext
Get
protected:
property HttpContext^ Context {
HttpContext^ get ();
}
member Context : HttpContext with get
View SourceProperty Value
HttpContext
See Also