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

In This Topic
    InvalidInput Property (InputTimeTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.InputTime<T>.OnClientInvalidInput client event. Occurs when invalid input is detected.
    Syntax
    'Declaration
     
    Public Property InvalidInput As String
    public string InvalidInput {get; set;}
    See Also