asp.net.ph

HttpContext.Handler Property

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 );

Property Value

The IHttpHandler object for the current HTTP request.

See Also

HttpContext Members Skip Navigation Links


Previous page Back to top Next page

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