[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.InputNumberBuilder.AriaLabelledBy

AriaLabelledBy Method

AriaLabelledBy(string)

Configurates AriaLabelledBy. Sets the aria-labelledby attribute of input element.

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

The value.

Returns
Type Description
InputNumberBuilder

Current builder.