This documentation is archived and is not being maintained.
HttpContext.Handler Property
.NET Framework 1.1
Gets or sets the IHttpHandler object for the current HTTP request.
[Visual Basic] 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.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpContext Class | HttpContext Members | System.Web Namespace
Show: