Click or drag to resize
URLHelperRemoveApplicationPath Method
Removes the Application path from the URL.

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

Parameters

url
Type: SystemString
URL to process (in format /ApplicationPath/...)

Return Value

Type: String
See Also