Click or drag to resize
MvcAdapterGetMvcHandler Method
Gets the MVC handler for the given request context.

Namespace: CMS.Mvc
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
public static IHttpHandler GetMvcHandler(
	RequestContext context
)

Parameters

context
Type: System.Web.RoutingRequestContext
The request context

Return Value

Type: IHttpHandler
See Also