System.Web Namespace HttpContext Class
Sets or retrieves the IHttpHandler object for the current HTTP request.
[ VB ] Public Property Handler As IHttpHandler [ C# ] public IHttpHandler Handler {get; set;} [ C++ ] public: __property IHttpHandler* get_Handler ( ); public: __property void set_Handler ( IHttpHandler* ); [ JScript ] public function get Handler ( ) : IHttpHandler; public function set Handler ( IHttpHandler );
The IHttpHandler object for the current HTTP request.
HttpContext Members
© 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