[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.InputMaskBuilder.IsRequired

IsRequired Method

IsRequired(bool)

Configurates IsRequired. Sets a value indicating whether the control value must be a non-empty string.

Declaration
public InputMaskBuilder IsRequired(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
InputMaskBuilder

Current builder.