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

In This Topic
    InputBase Class
    In This Topic
    The base class for all input controls.
    Object Model
    InputBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class InputBase 
       Inherits Control
       Implements ITemplateMicrosoft.AspNetCore.Html.IHtmlContent 
    public abstract class InputBase : Control, ITemplateMicrosoft.AspNetCore.Html.IHtmlContent  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.InputBase
                C1.Web.Mvc.Calendar
                C1.Web.Mvc.ColorPicker
                C1.Web.Mvc.FormInputBase

    See Also