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