ComponentOne ASP.NET MVC Controls
Mask Method (InputMaskBuilder)

C1.Web.Mvc.Fluent Namespace > InputMaskBuilder Class : Mask Method
The value.
Configurates C1.Web.Mvc.InputMask.Mask. Sets the mask used to validate the input as the user types.
Syntax
'Declaration
 
Public Function Mask( _
   ByVal value As String _
) As InputMaskBuilder
public InputMaskBuilder Mask( 
   string value
)

Parameters

value
The value.

Return Value

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

Reference

InputMaskBuilder Class
InputMaskBuilder Members