[]
ITagHelper implementation for FormInputBase.
public abstract class FormInputBaseTagHelper<TControl> : InputBaseTagHelper<TControl>, ITagHelper, ITagHelperComponent, ITemplateTagHelper where TControl : FormInputBase
Public MustInherit Class FormInputBaseTagHelper(Of TControl As FormInputBase)
Inherits InputBaseTagHelper(Of TControl)
Implements ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| TControl |
| Name | Description |
|---|---|
| FormInputBaseTagHelper() |
| Name | Description |
|---|---|
| For | An expression to be evaluated against the current model. |
| Name | Gets or sets the Name property. |
| Name | Description |
|---|---|
| ProcessAttributes(TagHelperContext, object) | Processes the attributes set in the taghelper. |
| Render(TagHelperOutput) | Render the startup scripts. |