TextIsElementContentWhitespace Property
Returns whether this text node contains element content whitespace, often abusively called "ignorable whitespace".

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public bool IsElementContentWhitespace { get; }

Property Value

Type: Boolean
true if this instance is element content whitespace; otherwise, false.
See Also