HtmlAddressingOptions.ApiPath Property

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

Definition

Gets or sets the path of the API documentation files.
public string ApiPath { get; set; }

Property Value

string
The relative path to the API documentation files relative to the documentation root.

Exceptions

ArgumentException
Thrown when the path is not relative.
Thrown when the path contains invalid characters.