UrlParser
Overview
The UrlParser class represents a URL string and its separate components. You can assign a full string such as
http://www.remobjects.com:81/test.asp?query=something
to the UrlParser via the Url property, or access the separate parts of the URL via the individual properties:
Location
-
Reference:
- RemObjects.InternetPack.dll .NET, .NET Core 5.0, .NET Standard 2.0
- RemObjects.InternetPack.fx Island
- libRemObjects.InternetPack.fx Toffee
- Namespace: RemObjects.InternetPack.Http
Class Methods
UrlWithString virtual
class method UrlWithString(aUrl: String): Url
static Url UrlWithString(String aUrl)
static func UrlWithString(_ aUrl: String) -> Url
Shared Function UrlWithString(aUrl As String) As Url
Parameters:
- aUrl:
Instance Methods
constructor protected Island
constructor
UrlParser()
init()
Sub New()