Click or drag to resize

DynamicwebRouteHandlerGetHttpHandler Method

Provides the object that processes the request.

Namespace:  Dynamicweb.Frontend
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.10.0
Syntax
public IHttpHandler GetHttpHandler(
	RequestContext requestContext
)

Parameters

requestContext
Type: System.Web.RoutingRequestContext
An object that encapsulates information about the request.

Return Value

Type: IHttpHandler
An object that processes the request.
See Also