HtmlForgeX

API Reference

Class

EmailFooter

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email

Represents a flexible email footer section using EmailBox for custom layouts. Users can build their own footer using EmailText, EmailLink, and other components.

Inheritance

Constructors

public EmailFooter() #

Initializes a new instance of the EmailFooter class.

Methods

public override String ToString() #
Returns: String

Converts the EmailFooter to its HTML representation.

Returns

HTML string representing the email footer.

Properties

public EmailBox FooterBox { get; set; } #

Gets the main footer box container.

public Email Email { get; set; } #

Gets or sets the Email reference and propagates it to the FooterBox.