[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.AriaLabelledBy

AriaLabelledBy Method

AriaLabelledBy(string)

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

Declaration
public virtual TBuilder AriaLabelledBy(string value)
Public Overridable Function AriaLabelledBy(value As String) As TBuilder
Parameters
Type Name Description
string value

The value.

Returns
Type Description
TBuilder

Current builder.