WhitespaceHandling 枚举

定义

指定如何处理空白。

C#
public enum WhitespaceHandling
继承
WhitespaceHandling

字段

All 0

返回 WhitespaceSignificantWhitespace 节点。 这是默认设置。

None 2

不返回任何 WhitespaceSignificantWhitespace 节点。

Significant 1

只返回 SignificantWhitespace 节点。

适用于

产品 版本
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
.NET Standard 2.0, 2.1

另请参阅