VB.NET
VB.NET
Example: Http.GetUrlPath method
Demonstrates theGetUrlPath method.
Chilkat VB.NET Downloads
Dim success As Boolean = False
Dim http As New Chilkat.Http
Dim url As String = "https://example.com/folder/page?lang=en&sort=asc#section2"
Debug.WriteLine(http.GetUrlPath(url))
' Output:
' /folder/page