[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.InputMaskBuilder.Mask

Mask Method

Mask(string)

Configurates Mask. Sets the mask used to validate the input as the user types.

Declaration
public InputMaskBuilder Mask(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
InputMaskBuilder

Current builder.

Remarks

The mask is defined as a string with one or more of the masking characters listed in the InputMask topic.