C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FormInputBase Class
Members

FormInputBase Class
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 
 
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