Method StripQueryParameters
StripQueryParameters(string)
Strips the query parameters of an url.
선언
public static string StripQueryParameters(string path)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | path | The path to check. |
반환
타입 | 설명 |
---|---|
string | Returns the path without query parameters. |