NotificationTemplateBuilder
Methods
Type(System.String)
Sets the notification type (i.e. template name). The value should be a valid JavaScript identifier.
Parameters
value - System.String
ClientTemplateID(System.String)
Sets the client ID of the notification template.
Parameters
value - System.String
ClientTemplate(System.String)
Sets the Kendo UI template to be used for the notifications.
Parameters
value - System.String
ClientTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
Sets the view template to be used for the notifications.