Click or drag to resize
ContentUrlRetrieverGetRequestedUrlInternal Method
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#
protected string GetRequestedUrlInternal(
	UIPageURLSettings settings,
	bool ajaxRequest
)

Parameters

settings
Type: CMS.UIControlsUIPageURLSettings
URL configuration object
ajaxRequest
Type: SystemBoolean
Indicates if the URL is requested from an AJAX request

Return Value

Type: String
Content URL
See Also