ContentUrlRetrieverGetRequestedUrl Method (UIPageURLSettings) |
Gets URL based on settings. If
IncludeLiveSiteURL is set, also absolute URL of selected node will be included in result.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public string GetRequestedUrl(
UIPageURLSettings settings
)
Parameters
- settings
- Type: CMS.UIControlsUIPageURLSettings
URL configuration object
Return Value
Type:
StringContent URL
See Also