asp.net.ph

HttpApplication.Context Property

System.Web Namespace   HttpApplication Class


Gets HTTP-specific information about the current instance of the application.

[ VB ]
Public ReadOnly Property Context As HttpContext

[ C# ]
public HttpContext Context {get;}

[ C++ ]
public: __property HttpContext* get_Context ( );

[ JScript ]
public function get Context ( ) : HttpContext;

Property Value

The HttpContext for the current instance of the application.

See Also

HttpApplication Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph