ASP.NET Core MVC コントロールヘルプ
AutoComplete<T> クラス
メンバ 

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : AutoComplete<T> クラス
The AutoComplete control is an input control that allows callers to customize the item list as the user types.
オブジェクト モデル
AutoComplete<T> クラス
シンタックス
'宣言
 
Public Class AutoComplete(Of T) 
   Inherits AutoCompleteBase(Of T)
   Implements IDropDownITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
public class AutoComplete<T> : AutoCompleteBase<T>, IDropDownITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
型パラメータ
T
解説
The control is similar to the ComboBox, except the item source is a function (ItemsSourceFunction) rather than a static list. For example, you can look up items on remote databases as the user types.
継承階層

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.DropDown<T>
               C1.Web.Mvc.ComboBoxBase<T>
                  C1.Web.Mvc.AutoCompleteBase<T>
                     C1.Web.Mvc.AutoComplete<T>

参照

AutoComplete<T> メンバ
C1.Web.Mvc 名前空間