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

Usage

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

Accepted by parameters

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