Defines the contract that developers must implement to synchronously process HTTP web requests. Developers implement the ProcessRequest method to provide custom URL execution.
IHttpHandler
[Visual Basic] Public Interface IHttpHandler [C#] public interface IHttpHandler [C++] public __gc __interface IHttpHandler
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Class | Description |
---|---|
DiscoveryRequestHandler | [To be supplied.] |
HttpApplication | |
HttpDebugHandler | [To be supplied.] |
HttpForbiddenHandler | [To be supplied.] |
HttpNotFoundHandler | [To be supplied.] |
HttpNotImplementedHandler | [To be supplied.] |
Page | The Page class defines the properties, methods, and events common to all pages that are processed on the server in the Web Forms Page framework. |
StaticFileHandler | [To be supplied.] |
[To be supplied.]
Namespace: System.Web
Assembly: System.Web.dll