C#
C#
Example: Http.GetUrlPath method
Demonstrates theGetUrlPath method.
Chilkat C# Downloads
bool success = false;
Chilkat.Http http = new Chilkat.Http();
string url = "https://example.com/folder/page?lang=en&sort=asc#section2";
Debug.WriteLine(http.GetUrlPath(url));
// Output:
// /folder/page