Click or drag to resize

TemplateNodeIsEscaped Field

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

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool IsEscaped

Field Value

Type: Boolean
See Also