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 | The template which renders as content for the appbar item. Valid only for the contentItem type |
template-handler | String | The template which renders as content for the appbar item. Valid only for the contentItem type |
template-id | String | The template which renders as content for the appbar item. Valid only for the contentItem type |
template-view | IHtmlContent | The template which renders as content for the appbar item. Valid only for the contentItem type |
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. |