[]
        
(Showing Draft Content)

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

AriaLabelledBy Method

AriaLabelledBy(string)

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

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

The value.

Returns
Type Description
TBuilder

Current builder.