ComponentOne ASP.NET MVC Controls
Placeholder Method (InputMaskBuilder)

C1.Web.Mvc.Fluent Namespace > InputMaskBuilder Class : Placeholder Method
The value.
Configurates C1.Web.Mvc.InputMask.Placeholder. Sets the string shown as a hint when the control is empty.
Syntax
'Declaration
 
Public Function Placeholder( _
   ByVal value As String _
) As InputMaskBuilder
public InputMaskBuilder Placeholder( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

InputMaskBuilder Class
InputMaskBuilder Members