ContentUrlRetrieverGetRequestedUrl Method (String, Boolean) |
Gets requested URL for UI page
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax protected string GetRequestedUrl(
string eventArgument,
bool ajaxRequest = false
)
Parameters
- eventArgument
- Type: SystemString
Event arguments - ajaxRequest (Optional)
- Type: SystemBoolean
Indicates if the URL is requested from an AJAX request
Return Value
Type:
StringSee Also