Click or drag to resize
CMSMvcHelperGetMVCPageHandler Method
Gets the MVC page handler for the given page info.

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 8.2.23
Syntax
C#
public static IHttpHandler GetMVCPageHandler(
	PageInfo pageInfo,
	RequestContext requestContext,
	ref RequestStatusEnum status
)

Parameters

pageInfo
Type: CMS.DocumentEnginePageInfo
The page info.
requestContext
Type: System.Web.RoutingRequestContext
The request context.
status
Type: CMS.HelpersRequestStatusEnum
The status.

Return Value

Type: IHttpHandler
See Also