Click or drag to resize
CMSDocumentRouteHandlerGetHttpHandler Method
Gets the MVC Http handler

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 8.2.23
Syntax
C#
public IHttpHandler GetHttpHandler(
	RequestContext requestContext
)

Parameters

requestContext
Type: System.Web.RoutingRequestContext
Request context

Return Value

Type: IHttpHandler

Implements

IRouteHandlerGetHttpHandler(RequestContext)
See Also