HtmlForgeX

API Reference

Class

EmailComparisonRow

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Modifiers sealed

Row definition for EmailComparisonTable.

Inheritance

  • Object
  • EmailComparisonRow

Constructors

Methods

public EmailComparisonRow Excluded() #
Returns: EmailComparisonRow

Adds an excluded cell.

public EmailComparisonRow Included() #
Returns: EmailComparisonRow

Adds an included cell.

public EmailComparisonRow Text(String text) #
Returns: EmailComparisonRow

Adds a text cell.

Parameters

text System.String requiredposition: 0

Properties

public String Label { get; set; } #

Feature label.

public List<EmailComparisonCell> Cells { get; } #

Cells per plan (index-aligned with Plans).