ContentUrlRetrieverGetRequestedUrlInternal Method |
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: 12.0.0
Syntax 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:
StringContent URL
See Also