PageRouteHandler::GetHttpHandler Method (RequestContext^)

.NET Framework (current version)
 

Returns the object that processes the request.

Namespace:   System.Web.Routing
Assembly:  System.Web (in System.Web.dll)

public:
virtual IHttpHandler^ GetHttpHandler(
	RequestContext^ requestContext
)

Parameters

requestContext
Type: System.Web.Routing::RequestContext^

An object that encapsulates information about the request.

Return Value

Type: System.Web::IHttpHandler^

The object that processes the request.

Exception Condition
ArgumentNullException

The requestContext parameter is null.

.NET Framework
Available since 4.0
Return to top
Show: