BaseDocumentConstraintGetPageInfo Method |
Gets the page info with the correct PageResult object for the given url.
Namespace: CMS.URLRewritingEngineAssembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 12.0.0
Syntax 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:
PageInfoSee Also