HtmlSpaceMode enumeration

HtmlSpaceMode enumeration

Specifies how whitespace is represented in the generated HTML.

The HtmlSpaceMode type exposes the following members:

Fields

FieldDescription
CHARACTERUse HTML character entities(such as  , &ensp) to represent whitespace
CSSUses CSS properties such as padding to represent whitespace.

See Also