Configurates
C1.Web.Mvc.AutoCompleteBase<T>.CssMatch. Sets the name of the CSS class used to highlight any parts of the content that match the search terms.
Syntax
'Declaration
Public Overridable Function CssMatch( _
ByVal As String _
) As
public virtual CssMatch(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also