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

In This Topic
    Mask Property (InputTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputTime<T>.Mask. Sets a mask to use while the user is editing.
    Syntax
    'Declaration
     
    Public Property Mask As String
    public string Mask {get; set;}
    Remarks
    If specified, the mask must be compatible with the value of the Format property. For example, you can use the mask '99:99 >LL' for entering short times (format 't').
    See Also