TemplateNode Fields |
The TemplateNode type exposes the following members.
Name | Description | |
---|---|---|
IsEscaped |
Determines if the content to be replaced in the node is assumed to have already been escaped or not.
If true, no further escapement should be performed, if false, the content should be escaped for HTML prior to use.
A more accurate name for this property might have been IsAlreadyEscaped | |
MarkerPrefixChars |
The set of template node marker characters, from TemplateNodeMarker.
| |
MarkerText |
The marker text that the Node references. Typically this is a field key with optional leading flag character.
| |
NodeType |
The Node type.
| |
Text |
Text in the node.
|