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




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