Click or drag to resize
URLHelperGetAppRelativePath Method
Returns the relative path for specified URL.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GetAppRelativePath(
	Uri url
)

Parameters

url
Type: SystemUri

Return Value

Type: String
See Also