[]
        
(Showing Draft Content)

C1.Web.Mvc.InputBase

InputBase Class

The base class for all input controls.

Implements
Namespace: C1.Web.Mvc
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public abstract class InputBase : Control, IHtmlContent, ITemplate
Public MustInherit Class InputBase
    Inherits Control
    Implements IHtmlContent, ITemplate

Constructors

Name Description
InputBase(IHtmlHelper, string)

Creates one InputBase instance.