DocumentURLProviderGetNavigationUrl Method |
Returns resolved (absolute) URL of a page represented by data container. Method reflects page navigation settings.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax public static string GetNavigationUrl(
ISimpleDataContainer container,
MacroResolver resolver
)
Parameters
- container
- Type: CMS.BaseISimpleDataContainer
Data container that represents a node (page) - resolver
- Type: CMS.MacroEngineMacroResolver
Macro resolver to resolve macros in document properties
Return Value
Type:
StringSee Also