[]
[HtmlTargetElement("c1-input-item-template")]
public class ItemTemplateTagHelper : BaseTagHelper<object>, ITagHelper, ITagHelperComponent
<HtmlTargetElement("c1-input-item-template")>
Public Class ItemTemplateTagHelper
Inherits BaseTagHelper(Of Object)
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| ItemTemplateTagHelper() |
| Name | Description |
|---|---|
| Id | Gets or sets the template's id. |
| TObject | Gets or sets the corresponding object. |
| Name | Description |
|---|---|
| ProcessAttributes(TagHelperContext, object) | Processes the attributes set in the taghelper. |
| ProcessChildContent(object, TagHelperContent) | Processes the child content. |