AppBarItemTagHelper

Example

Razor
<appbar-item>
    <template></template>
</appbar-item>

ChildTags

Tag NameDetails
templateTemplateTagHelper

Attributes

AttributeTypeDescription
class-nameStringDefines a set CSS classes for the item.
templateStringRepresents a collection of templates defined for the component.
template-handlerStringThe 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-idStringThe 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-viewIHtmlContentThe template which renders as content for the appbar item. Valid only for the contentItem type This option expects the instance containing the created HTML.
typeAppBarItemTypeDefines the type of positioning
widthStringDetermines the width of the item. Valid only for the spacer items. Numeric values are treated as pixels.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support