[]
ITagHelper implementation for C1.Web.Mvc.Extender.
public abstract class ExtenderTagHelper<TControl> : ComponentTagHelper<TControl>, ITagHelper, ITagHelperComponent where TControl : Extender
Public MustInherit Class ExtenderTagHelper(Of TControl As Extender)
Inherits ComponentTagHelper(Of TControl)
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| TControl |
| Name | Description |
|---|---|
| ExtenderTagHelper() |
| Name | Description |
|---|---|
| C1Property | It is useless. To keep consistent with the previous version. |
| CollectionName | Gets the collection name. |
| Id | Configurates Id. Gets or sets the component id. |
| TObject | Overrides to re-define getter and setter. |
| Name | Description |
|---|---|
| GetObjectInstance(object) | Overrides to get the C1.Web.Mvc.Extender object. |
| ProcessAttributes(TagHelperContext, object) | Process all attributes of current taghelper. |
| ProcessChildContent(object, TagHelperContent) | Process the child content. |
| UpdateProperty(string, object) | Updates the property in TObject. It is used to update the child property manually instead of the default one. |