HtmlForgeX

API Reference

Enum

EmailNullValueMode

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

Controls how null values are rendered in components that support nullable helpers.

Inheritance

  • Enum
  • EmailNullValueMode

Values

public const EmailNullValueMode Empty #

Render an empty value (row still visible).

Value: 0
public const EmailNullValueMode Placeholder #

Render a placeholder string (row still visible).

Value: 1
public const EmailNullValueMode SkipRow #

Skip the row entirely.

Value: 2