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

In This Topic
    IsRequired Property (InputMaskTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputMask.IsRequired. Sets a value indicating whether the control value must be a non-empty string.
    Syntax
    'Declaration
     
    Public Property IsRequired As Boolean
    public bool IsRequired {get; set;}
    See Also