BadScript 2
Loading...
Searching...
No Matches
BadHtmlTemplateOptions.cs
Go to the documentation of this file.
1using BadScript2;
2
3namespace BadHtml;
4
9{
13 public BadRuntime? Runtime = null;
14
18 public bool SkipEmptyTextNodes = false;
19}
Options for the Html Template Engine.
BadRuntime? Runtime
The Runtime to use for the Template.
bool SkipEmptyTextNodes
If true, empty Html Text Nodes will be omitted from the output.
Exposes the BadScript Runtime Functionality to Consumers.
Definition BadRuntime.cs:28
A Html Template Generator based on BadScript2.
The main namespace for the BadScript2 Language.
Definition BadConsole.cs:6