[]
ITagHelper implementation for ComboBox<T>.
[HtmlTargetElement("c1-combo-box")]
[RestrictChildren("c1-items-source", new string[] { "c1-odata-source", "c1-odata-virtual-source", "c1-input-item-template" })]
public class ComboBoxTagHelper : ComboBoxBaseTagHelper<object, ComboBox<object>>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
<HtmlTargetElement("c1-combo-box")>
<RestrictChildren("c1-items-source", New String() { "c1-odata-source", "c1-odata-virtual-source", "c1-input-item-template" })>
Public Class ComboBoxTagHelper
Inherits ComboBoxBaseTagHelper(Of Object, ComboBox(Of Object))
Implements ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| ComboBoxTagHelper() |
| Name | Description |
|---|---|
| For | An expression to be evaluated against the current model. |
| Name | Gets or sets the name of the ComboBox control. |
| Name | Description |
|---|---|
| ProcessAttributes(TagHelperContext, object) | Processes the attributes set in the taghelper. |
| Render(TagHelperOutput) | Render the startup scripts. |