Click or drag to resize
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.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public string GetRequestedUrl(
	UIPageURLSettings settings
)

Parameters

settings
Type: CMS.UIControlsUIPageURLSettings
URL configuration object

Return Value

Type: String
Content URL
See Also