Click or drag to resize
URLRewriterGetHandledUrl Method
Returns the url handled by handler404 page.

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.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