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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : MenuBase<T> クラス
The Menu control shows a text element with a drop-down list of commands that the user can invoke by click or touch.
オブジェクト モデル
MenuBase<T> クラス
シンタックス
'宣言
 
Public MustInherit Class MenuBase(Of T) 
   Inherits ComboBoxBase(Of T)
   Implements IDropDownITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
public abstract class MenuBase<T> : ComboBoxBase<T>, IDropDownITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
型パラメータ
T
継承階層

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.MenuBase<T>
                     C1.Web.Mvc.Menu

参照

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