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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : DropDown クラス
DropDown control (abstract) contains an input element and a button used to show or hide the drop-down.
オブジェクト モデル
DropDown クラス
シンタックス
'宣言
 
Public MustInherit Class DropDown 
   Inherits FormInputBase
   Implements IDropDownITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
public abstract class DropDown : FormInputBase, IDropDownITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
解説
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.InputBase
            C1.Web.Mvc.FormInputBase
               C1.Web.Mvc.DropDown
                  C1.Web.Mvc.InputColor
                  C1.Web.Mvc.InputDateBase

参照

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