Click or drag to resize
BaseDocumentConstraintGetPageInfo Method
Gets the page info with the correct PageResult object for the given url.

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 10.0.0
Syntax
C#
protected PageInfo GetPageInfo(
	Route route,
	string culture,
	string pathPrefix
)

Parameters

route
Type: System.Web.RoutingRoute
The current route
culture
Type: SystemString
The culture
pathPrefix
Type: SystemString
The path type prefix ("MVC:", "ROUTE:" prefix).

Return Value

Type: PageInfo
See Also