Click or drag to resize
URLHelperRemovePathInfo Method
Removes the path info from URL.

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

Parameters

url
Type: SystemString
URL to process
pathInfo
Type: SystemString
Path info to remove

Return Value

Type: String
See Also