BadScript 2
Loading...
Searching...
No Matches
BadHtml.BadHtmlTemplateOptions Class Reference

Options for the Html Template Engine. More...

Public Attributes

BadRuntimeRuntime = null
 The Runtime to use for the Template.
 
bool SkipEmptyTextNodes = false
 If true, empty Html Text Nodes will be omitted from the output.
 

Detailed Description

Options for the Html Template Engine.

Definition at line 8 of file BadHtmlTemplateOptions.cs.

Member Data Documentation

◆ Runtime

BadRuntime? BadHtml.BadHtmlTemplateOptions.Runtime = null

The Runtime to use for the Template.

Definition at line 13 of file BadHtmlTemplateOptions.cs.

◆ SkipEmptyTextNodes

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.


The documentation for this class was generated from the following file: