DocumentUIHelperGetAbsolutePageUrl Method |
Gets absolute URL of given page in the given culture for administration.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public static string GetAbsolutePageUrl(
TreeNode page,
string cultureCode
)
Parameters
- page
- Type: CMS.DocumentEngineTreeNode
Page to return the URL for. - cultureCode
- Type: SystemString
Culture for which the absolute URL should be returned.
Return Value
Type:
StringRemarks
If request is from administration alias domain the presentation URL of such alias will be used to resolve URL.
See Also