HtmlAddressingOptions Constructors
- Namespace
- Kampute.DocToolkit.Routing
- Assembly
- Kampute.DocToolkit.dll
| HtmlAddressingOptions() | Initializes a new instance of the HtmlAddressingOptions class. |
| HtmlAddressingOptions(string) | Initializes a new instance of the HtmlAddressingOptions class with a specified file extension. |
HtmlAddressingOptions()
Initializes a new instance of the HtmlAddressingOptions class.
protected HtmlAddressingOptions()HtmlAddressingOptions(string)
Initializes a new instance of the HtmlAddressingOptions class with a specified file extension.
protected HtmlAddressingOptions(string fileExtension)Parameters
fileExtensionstring- The file extension for the documentation files.
Exceptions
- ArgumentException
- Thrown when
fileExtensionisnullor empty.
