Table of Contents

Enum TagMode

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents the mode to parse tags.

public enum TagMode

Fields

KMarkdown = 1

Parse tags as KMarkdown.

PlainText = 0

Parse tags as plain text.