NotificationTemplateTagHelper
Example
Razor
<notification-template>
<notification-template></notification-template>
</notification-template>
ChildTags
| Tag Name | Details |
|---|---|
| notification-template | TemplateTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| template | String | Represents a collection of templates defined for the component. |
| template-handler | String | Defines a Kendo UI template to be used with the corresponding notification type.See the example above. This option expects the name of a JavaScript function that will be called to return the template. |
| template-id | String | Defines a Kendo UI template to be used with the corresponding notification type.See the example above. This option expects the ID of the script element that contains the template. |
| template-view | IHtmlContent | Defines a Kendo UI template to be used with the corresponding notification type.See the example above. This option expects the instance containing the created HTML. |
| type | String | Required. Specified a unique identifier, which is used to retrieve the correct template when a notification of this type is shown.See the example above. |