ASP.NET MVC コントロールヘルプ
CssMatch メソッド (AutoCompleteBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > AutoCompleteBaseBuilder<T,TControl,TBuilder> クラス : CssMatch メソッド
値。
C1.Web.Mvc.AutoCompleteBase<T>.CssMatchを構成します。 検索語と一致するすべての部分をコンテンツで強調表示するために使用する CSSクラスの名前を設定します。
シンタックス
'宣言
 
Public Overridable Function CssMatch( _
   ByVal value As System.String _
) As TBuilder
public virtual TBuilder CssMatch( 
   System.string value
)

パラメータ

value
値。

戻り値の型

現在のビルダ。
解説
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.
参照

AutoCompleteBaseBuilder<T,TControl,TBuilder> クラス
AutoCompleteBaseBuilder<T,TControl,TBuilder> メンバ