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

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

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

参照

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