HtmlFormat Constructors

Namespace
Kampute.DocToolkit.Formatters
Assembly
  • Kampute.DocToolkit.dll
HtmlFormat()Initializes a new instance of the HtmlFormat class.
HtmlFormat(string)Initializes a new instance of the HtmlFormat class with the specified file extension for the HTML files.

HtmlFormat()

Initializes a new instance of the HtmlFormat class.
public HtmlFormat()

HtmlFormat(string)

Initializes a new instance of the HtmlFormat class with the specified file extension for the HTML files.
public HtmlFormat(string fileExtension)

Parameters

fileExtension string
The file extension of the documentation files for the HTML format.

Exceptions

ArgumentNullException
Thrown when fileExtension is null.