[]
        
(Showing Draft Content)

C1.Web.Mvc.FormInputBase

FormInputBase Class

The base class for all form input controls.

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

Constructors

Name Description
FormInputBase(IHtmlHelper, string)

Creates one FormInputBase instance.

Properties

Name Description
Name

Gets or sets the name of the form input control.