ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputColorTagHelper Class / InputType Property

In This Topic
    InputType Property (InputColorTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.DropDown.InputType. Sets the "type" attribute of the HTML input element hosted by the control.
    Syntax
    'Declaration
     
    Public Property InputType As String
    public string InputType {get; set;}
    See Also