![]() |
BadScript 2
|
Options for the Html Template Engine. More...
Public Attributes | |
BadRuntime? | Runtime = null |
The Runtime to use for the Template. | |
bool | SkipEmptyTextNodes = false |
If true, empty Html Text Nodes will be omitted from the output. | |
Options for the Html Template Engine.
Definition at line 8 of file BadHtmlTemplateOptions.cs.
BadRuntime? BadHtml.BadHtmlTemplateOptions.Runtime = null |
The Runtime to use for the Template.
Definition at line 13 of file BadHtmlTemplateOptions.cs.
bool BadHtml.BadHtmlTemplateOptions.SkipEmptyTextNodes = false |
If true, empty Html Text Nodes will be omitted from the output.
Definition at line 18 of file BadHtmlTemplateOptions.cs.