Table of Contents

Enum MarkupTokenType

Namespace
GuildWars2.Markup
Assembly
GW2SDK.dll

Represents the different types of tokens that can be encountered in the markup processing.

[JsonConverter(typeof(MarkupTokenTypeJsonConverter))]
public enum MarkupTokenType

Fields

None = 0

No token type.

Text = 1

Represents a text token.

LineBreak = 2

Represents a line break token.

TagStart = 3

Represents the start of a tag.

TagValue = 4

Represents the value within a tag.

TagClose = 5

Represents a closing tag.

TagVoid = 6

Represents a void tag, which is a self-closing tag.

End = 7

Represents the end of the file/input.