Show / Hide Table of Contents

Enum DocumentSyntax

Specifies the output serialization syntax.

Namespace: Supremes.Nodes
Assembly: Supremes.dll
Syntax
public enum DocumentSyntax : int

Fields

Name Description
Html

Serialize according to the HTML rules.

Xml

Serialize according to the XML rules.

Back to top Generated by DocFX