HtmlForgeX

API Reference

Class

EmailCommentItem

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Modifiers sealed

Item definition for EmailCommentList.

Inheritance

  • Object
  • EmailCommentItem

Constructors

Properties

public String Author { get; set; } #

Author display name.

public String Text { get; set; } #

Comment text.

public String Meta { get; set; } #

Optional meta text (timestamp, source, etc.).

public String Href { get; set; } #

Optional link URL (applied to the author label).

public String AvatarSource { get; set; } #

Avatar image source.

public String AvatarInitials { get; set; } #

Avatar initials override.

public Boolean ShowAvatar { get; set; } #

Allows disabling the avatar for this comment.

public Boolean ShowMeta { get; set; } #

Allows disabling the meta line for this comment.