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

In This Topic
    InputType Property (InputDateTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputDateBase.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;}
    Remarks
    By default, this property is set to "tel", a value that causes mobile devices to show a numeric keypad that includes a negative sign and a decimal separator.
    See Also