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

In This Topic
    IsRequired Property (InputNumberTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputNumber.IsRequired. Sets a value indicating whether the control value must be a number or whether it can be set to null (by deleting the content of the control).
    Syntax
    'Declaration
     
    Public Property IsRequired As Boolean
    public bool IsRequired {get; set;}
    See Also