ComponentOne ASP.NET MVC Controls
InputType Method (InputMaskBuilder)

C1.Web.Mvc.Fluent Namespace > InputMaskBuilder Class : InputType Method
The value.
Configurates C1.Web.Mvc.InputMask.InputType. Sets the "type" attribute of the HTML input element hosted by the control.
Syntax
'Declaration
 
Public Function InputType( _
   ByVal value As String _
) As InputMaskBuilder
public InputMaskBuilder InputType( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

InputMaskBuilder Class
InputMaskBuilder Members