Click or drag to resize
URLHelperUnResolveUrl Method
Un-resolves the given URL (replaces application path with ~).

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string UnResolveUrl(
	string url,
	string applicationPath
)

Parameters

url
Type: SystemString
URL to un-resolve
applicationPath
Type: SystemString
Application path

Return Value

Type: String
See Also