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

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

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.InputBase
                C1.Web.Mvc.FormInputBase
                   C1.Web.Mvc.DropDown
                   C1.Web.Mvc.InputMask
                   C1.Web.Mvc.InputNumber

    See Also