DocumentURLProviderGetUrlInternal Method |
Returns relative URL for the given page.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax protected virtual string GetUrlInternal(
TreeNode page,
string cultureCode
)
Parameters
- page
- Type: CMS.DocumentEngineTreeNode
Page to return the URL for. - cultureCode
- Type: SystemString
If specified, the URL for a culture version defined by the culture code is returned.
Return Value
Type:
StringSee Also