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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : Accordion クラス
Defines a control which is a vertically stacked set of interactive headings that each contain a title.
オブジェクト モデル
Accordion クラス
シンタックス
'宣言
 
Public Class Accordion 
   Inherits Control
   Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
public class Accordion : Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
解説
The headings function as controls that enable users to reveal or hide their associated sections of content. Accordions are commonly used to reduce the need to scroll when presenting multiple sections of content on a single page.
継承階層

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

参照

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