RemoteApiDocUrlResolver Constructor

Namespace
Kampute.DocToolkit.Routing
Assembly
  • Kampute.DocToolkit.dll

Definition

Initializes a new instance of the RemoteApiDocUrlResolver class.
public RemoteApiDocUrlResolver(Uri url)

Parameters

url Uri
The base URL of the documentation site.

Exceptions

ArgumentNullException
Thrown when url is null.
ArgumentException
Thrown when url is not an absolute URI.