TemplateNode Constructor (String, Boolean, TemplateNodeType) |
Full constructor.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public TemplateNode(
string text,
bool isEscaped,
TemplateNodeType nodeType
)
Public Sub New (
text As String,
isEscaped As Boolean,
nodeType As TemplateNodeType
)
Parameters
- text
- Type: SystemString
The text. - isEscaped
- Type: SystemBoolean
Specifies whether resolved item should be assumed to have already been escaped for HTML or not. - nodeType
- Type: NetQuarryTemplateNodeType
The type of node.
See Also