Click or drag to resize
URLHelperGetHandledUrl Method
Returns the URL handled by handler404 page.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetHandledUrl(
	string url
)

Parameters

url
Type: SystemString
Raw URL

Return Value

Type: String
See Also