HtmlForgeX

API Reference

Class

EmailBrandLogo

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Modifiers sealed

Logo entry for EmailBrandStrip.

Inheritance

  • Object
  • EmailBrandLogo

Constructors

Properties

public String Text { get; set; } #

Optional text logo (fallback when not using images).

public String Src { get; set; } #

Image URL.

public String Alt { get; set; } #

Alt text for Src.

public String Href { get; set; } #

Optional URL wrapping the logo.

public Nullable<Int32> Width { get; set; } #

Optional width attribute for the image.

public Nullable<Int32> Height { get; set; } #

Optional height attribute for the image.