Click or drag to resize
ContentUrlRetrieverGetRequestedUrl Method (String, Boolean)
Gets requested URL for UI page

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
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: String
See Also