HtmlForgeX

API Reference

Interface

ILayoutAware

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Modifiers abstract

Provides a hook for elements to adjust their layout based on surrounding elements.

Methods

public abstract Void EvaluateLayout(LayoutContext context) #
Returns: Void

Allows the element to modify its layout before rendering.

Parameters

context HtmlForgeX.Email.LayoutContext requiredposition: 0
Context with sibling and parent information.