Click or drag to resize

DynamicwebRouteHandlerGetHttpHandler Method

Provides the object that processes the request.

Namespace:  Dynamicweb.AspNet.Notifications
Assembly:  Dynamicweb.AspNet (in Dynamicweb.AspNet.dll) Version: 4.0.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