MarkdownFormat Constructors
- Namespace
- Kampute.DocToolkit.Formatters
- Assembly
- Kampute.DocToolkit.dll
| MarkdownFormat() | Initializes a new instance of the MarkdownFormat class. |
| MarkdownFormat(string) | Initializes a new instance of the MarkdownFormat class with the specified file extension for the Markdown files. |
MarkdownFormat()
Initializes a new instance of the MarkdownFormat class.
public MarkdownFormat()MarkdownFormat(string)
Initializes a new instance of the MarkdownFormat class with the specified file extension for the Markdown files.
public MarkdownFormat(string fileExtension)Parameters
fileExtensionstring- The file extension of the documentation files for the HTML format.
Exceptions
- ArgumentNullException
- Thrown when
fileExtensionisnull.
