PageRouteHandler.GetHttpHandler Method (RequestContext)
.NET Framework (current version)
Returns the object that processes the request.
Assembly: System.Web (in System.Web.dll)
Public Overridable Function GetHttpHandler ( requestContext As RequestContext ) As IHttpHandler
Parameters
- requestContext
-
Type:
System.Web.Routing.RequestContext
An object that encapsulates information about the request.
| Exception | Condition |
|---|---|
| ArgumentNullException | The requestContext parameter is null. |
.NET Framework
Available since 4.0
Available since 4.0
Show: