Text.IsElementContentWhitespace

Text.IsElementContentWhitespace property

Returns whether this text node contains element content whitespace, often abusively called “ignorable whitespace”.

public bool IsElementContentWhitespace { get; }

Property Value

true if this instance is element content whitespace; otherwise, false.

See Also