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
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note