Method StripQueryParameters
StripQueryParameters(String)
Strips the query parameters of an url.
Declaration
public static string StripQueryParameters(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path to check. |
Returns
Type | Description |
---|---|
String | Returns the path without query parameters. |