HttpContext.Current Property
.NET Framework 3.0
Gets or sets the HttpContext object for the current HTTP request.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: static property HttpContext^ Current { HttpContext^ get (); void set (HttpContext^ value); }
/** @property */ public static HttpContext get_Current () /** @property */ public static void set_Current (HttpContext value)
public static function get Current () : HttpContext public static function set Current (value : HttpContext)
Not applicable.
Property Value
The HttpContext for the current HTTP request.For an example that uses the Current property in code, see How to: Notify an Application When an Item Is Deleted from the Cache.
Community Additions
ADD
Show: