[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.FormInputBaseTagHelper-1

FormInputBaseTagHelper<TControl> Class

ITagHelper implementation for FormInputBase.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public abstract class FormInputBaseTagHelper<TControl> : InputBaseTagHelper<TControl>, ITagHelper, ITagHelperComponent, ITemplateTagHelper where TControl : FormInputBase
Type Parameters
Name Description
TControl

Constructors

Name Description
FormInputBaseTagHelper()

Properties

Name Description
For

An expression to be evaluated against the current model.

Name

Gets or sets the Name property.

Methods

Name Description
ProcessAttributes(TagHelperContext, object)

Processes the attributes set in the taghelper.

Render(TagHelperOutput)

Render the startup scripts.