Click or drag to resize
IMvcAdapterGetMvcHandler Method
Gets the MVC handler.

Namespace: CMS.Mvc
Assembly: CMS.Mvc (in CMS.Mvc.dll) Version: 8.2.23
Syntax
C#
IHttpHandler GetMvcHandler(
	RequestContext context
)

Parameters

context
Type: System.Web.RoutingRequestContext
The request context

Return Value

Type: IHttpHandler
See Also