ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Control Class
Members

In This Topic
    Control Class
    In This Topic
    Defines the base class for C1 MVC controls.
    Object Model
    Control Class
    Syntax
    'Declaration
     
    Public MustInherit Class Control 
       Inherits Component
       Implements ITemplateMicrosoft.AspNetCore.Html.IHtmlContent 
    public abstract class Control : Component, ITemplateMicrosoft.AspNetCore.Html.IHtmlContent  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.Accordion
             C1.Web.Mvc.BarcodeBase
             C1.Web.Mvc.CollectionViewNavigator
             C1.Web.Mvc.DashboardLayout
             C1.Web.Mvc.FileManager
             C1.Web.Mvc.FlexGridSearch
             C1.Web.Mvc.Gauge
             C1.Web.Mvc.InputBase
             C1.Web.Mvc.ItemsBoundControl<T>
             C1.Web.Mvc.Olap.PivotChart
             C1.Web.Mvc.Olap.PivotPanel
             C1.Web.Mvc.Olap.Slicer
             C1.Web.Mvc.Pager
             C1.Web.Mvc.Popup
             C1.Web.Mvc.TabPanel
             C1.Web.Mvc.TreeView
             C1.Web.Mvc.Viewer.ViewerBase

    See Also