[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.ComboBoxTagHelper

ComboBoxTagHelper Class

ITagHelper implementation for ComboBox<T>.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[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

Constructors

Name Description
ComboBoxTagHelper()

Properties

Name Description
For

An expression to be evaluated against the current model.

Name

Gets or sets the name of the ComboBox control.

Methods

Name Description
ProcessAttributes(TagHelperContext, object)

Processes the attributes set in the taghelper.

Render(TagHelperOutput)

Render the startup scripts.