[]
        
(Showing Draft Content)

C1.Web.Mvc.FormInputBase

FormInputBase Class

The base class for all form input controls.

Implements
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public abstract class FormInputBase : InputBase, IHtmlString, ITemplate

Constructors

Name Description
FormInputBase(HtmlHelper, string)

Creates one FormInputBase instance.

Properties

Name Description
Name

Gets or sets the name of the form input control.

Extension Methods