TemplateNode Constructor (String, Boolean) |
Standard 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
)
Public Sub New (
text As String,
isEscaped As Boolean
)
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.
See Also