AppBarItemTagHelper
Example
Razor
<appbar-item>
<template></template>
</appbar-item>
ChildTags
Tag Name | Details |
---|---|
template | TemplateTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
class-name | String | Defines a set CSS classes for the item. |
template | String | Represents a collection of templates defined for the component. |
template-handler | String | The template which renders as content for the appbar item. Valid only for the contentItem type This option expects the name of a JavaScript function that will be called to return the template. |
template-id | String | The template which renders as content for the appbar item. Valid only for the contentItem type This option expects the ID of the script element that contains the template. |
template-view | IHtmlContent | The template which renders as content for the appbar item. Valid only for the contentItem type This option expects the instance containing the created HTML. |
type | AppBarItemType | Defines the type of positioning |
width | String | Determines the width of the item. Valid only for the spacer items. Numeric values are treated as pixels. |