Click or drag to resize
DebugHelperGetRequestUrl Method
Gets the request URL for the log purposes.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static string GetRequestUrl(
	bool absolute = false
)

Parameters

absolute (Optional)
Type: SystemBoolean
If true, absolute URL is returned

Return Value

Type: String
See Also