Click or drag to resize
URLHelperRemoveQuery Method
Removes the query from URL.

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

Parameters

url
Type: SystemString
URL to process

Return Value

Type: String
See Also