Click or drag to resize

TemplateNode Fields

The TemplateNode type exposes the following members.

Fields
  NameDescription
Public fieldIsEscaped
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
Public fieldStatic memberMarkerPrefixChars
Public fieldMarkerText
The marker text that the Node references. Typically this is a field key with optional leading flag character.
Public fieldNodeType
The Node type.
Public fieldText
Text in the node.
Top
See Also