HtmlForgeX

API Reference

Class

TablerNotification

Namespace HtmlForgeX
Assembly HtmlForgeX

Notification item

Inheritance

  • Object
  • TablerNotification

Constructors

Methods

public String Render() #
Returns: String

Renders the notification to HTML string

Returns

HTML representation of the notification

Properties

public String Title { get; set; } #

Gets or sets the notification title

public String Description { get; set; } #

Gets or sets the notification description (optional)

public TablerNotificationType Type { get; set; } #

Gets or sets the notification type

public String Href { get; set; } #

Gets or sets the notification link URL (optional)

public Boolean IsRead { get; set; } #

Gets or sets whether the notification has been read