URLRewriterProcessPageTemplate Method |
Note: This API is now obsolete.
Processes the page template and returns file name to rewrite to, if returning file name is null, no rewriting should occur and was handled internally
Namespace: CMS.URLRewritingEngineAssembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 8.2.23
Syntax [ObsoleteAttribute("This method is obsolete and will be removed in next major version.")]
public static string ProcessPageTemplate(
PageInfo pageInfo
)
Parameters
- pageInfo
- Type: CMS.DocumentEnginePageInfo
Page info
Return Value
Type:
StringSee Also