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

In This Topic
    InputBase Class
    In This Topic
    The base class for all input controls.
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public MustInherit Class InputBase 
       Inherits Control
       Implements ITemplate 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public abstract class InputBase : Control, ITemplate  
    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