ASP.NET Core MVC コントロールヘルプ
SearchMemberPath メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > AutoCompleteBaseBuilder<T,TControl,TBuilder> クラス : SearchMemberPath メソッド
The value.
Configurates C1.Web.Mvc.AutoCompleteBase<T>.SearchMemberPath. Sets a string containing a comma-separated list of properties to use when searching for items.
シンタックス
'宣言
 
Public Overridable Function SearchMemberPath( _
   ByVal value As System.String _
) As TBuilder
public virtual TBuilder SearchMemberPath( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
By default, the AutoComplete control searches for matches against the property specified by the DisplayMemberPath property. The searchMemberPath property allows you to search using additional properties.
参照

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