API Reference
Class
TablerNotification
Notification item
Inheritance
- Object
- TablerNotification
Constructors
public TablerNotification() #Methods
public String Render() #Returns:
StringRenders the notification to HTML string
Returns
HTML representation of the notification
Inherited Methods
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