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

In This Topic
    Mask Property (InputMaskTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputMask.Mask. Sets the mask used to validate the input as the user types.
    Syntax
    'Declaration
     
    Public Property Mask As String
    public string Mask {get; set;}
    Remarks
    The mask is defined as a string with one or more of the masking characters listed in the InputMask topic.
    See Also