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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : TabPanel クラス
Defines a control which enables content organization at a high level, such as switching between views, data sets, or functional aspects of an application.
オブジェクト モデル
TabPanel クラス
シンタックス
'宣言
 
Public Class TabPanel 
   Inherits Control
   Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
public class TabPanel : Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
解説
Tabs are presented as a single row above their associated content. Tab headers succinctly describe the content within. Tabs can be selected with the mouse or keyboard, and automatically update the content to reflect the current selection.
継承階層

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.TabPanel

参照

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