Url

Url(string)

Initializes a new instance of the Url with the specified URL.

public Url(string url)
ParameterTypeDescription
urlStringThe URL to process.

Exceptions

exceptioncondition
ErrorTypeError: raised if url cannot be parsed as valid URL.

See Also


Url(string, string)

Initializes a new instance of the Url with the specified URL and base URL.

public Url(string url, string baseUrl)
ParameterTypeDescription
urlStringThe URL to process.
baseUrlStringThe base URL.

Exceptions

exceptioncondition
ErrorTypeError: raised if url or baseUrl cannot be parsed as valid URL.

See Also