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
)
Public Shared Function RemoveParam (
url As String,
param As String
) As String
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:
StringThe url with the specified parameter (and its value) removed.
See Also