Click or drag to resize

BreadcrumbRemoveParam Method

Remove the specified parameter (and its value) from the provided url if it is present.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string RemoveParam(
	string url,
	string param
)

Parameters

url
Type: SystemString
The URL from which to remove the parameter.
param
Type: SystemString
The name of the parameter to remove.

Return Value

Type: String
The url with the specified parameter (and its value) removed.
See Also