[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.InputNumberBuilder.Placeholder

Placeholder Method

Placeholder(string)

Configurates Placeholder. Sets the string shown as a hint when the control is empty.

Declaration
public InputNumberBuilder Placeholder(string value)
Public Function Placeholder(value As String) As InputNumberBuilder
Parameters
Type Name Description
string value

The value.

Returns
Type Description
InputNumberBuilder

Current builder.