Table of Contents

Constructor UrlBuilder

Namespace
Sisk.Core.Helpers
Assembly
Sisk.Core.dll

UrlBuilder()

Initializes a new instance of the UrlBuilder class.

public UrlBuilder()

UrlBuilder(string)

Initializes a new instance of the UrlBuilder class from a URI string.

public UrlBuilder(string uri)

Parameters

uri string

The URI string to parse.

Exceptions

ArgumentException

Thrown if the provided string is not a valid absolute URI.