HtmlForgeX

API Reference

Enum

TagMode

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies how an HTML tag should be rendered.

Inheritance

  • Enum
  • TagMode

Values

public const TagMode Normal #

Normal opening and closing tags.

Value: 0
public const TagMode SelfClosing #

Self-closing tag.

Value: 1