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

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Values

public const TagMode Normal #

Normal opening and closing tags.

Value: 0
public const TagMode SelfClosing #

Self-closing tag.

Value: 1