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

InputBase Class
The base class for all input controls.
Object Model
InputBase Class
Syntax
'Declaration
 
Public MustInherit Class InputBase 
   Inherits Control
   Implements 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