[]
        
(Showing Draft Content)

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

CssMatch Method

CssMatch(string)

Configurates CssMatch. Sets the name of the CSS class used to highlight any parts of the content that match the search terms.

Declaration
public virtual TBuilder CssMatch(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

By default, this property is set to "wj-state-match", which causes the matching terms to be shown in bold. You can set it to the name of a CSS class to change the way the matches are displayed.