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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : DropDown<T> クラス
DropDown control (abstract) contains an input element and a button used to show or hide the drop-down.
オブジェクト モデル
DropDown<T> クラス
シンタックス
'宣言
 
Public MustInherit Class DropDown(Of T) 
   Inherits ItemsBoundControl(Of T)
   Implements IDropDownITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
public abstract class DropDown<T> : ItemsBoundControl<T>, IDropDownITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
型パラメータ
T
解説
Derived classes must override the _createDropDown method to create whatever editor they want to show in the drop down area (a list of items, a calendar, a color editor, etc).
継承階層

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>

参照

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