[]
Defines the basic taghelper class of the inner taghelper for the property which type is complex.
public abstract class SettingTagHelper<T> : BaseTagHelper<T>, ITagHelper, ITagHelperComponent where T : class
Name | Description |
---|---|
T | The item type. |
Name | Description |
---|---|
SettingTagHelper() |
Name | Description |
---|---|
C1Property | Gets or sets the property name which the taghelper is related to. |
CustomDefaultPropertyName | Gets the customized default proeprty name. Overrides this property to customize the default property name for this tag. |
TObject | Overrides to redefine getter and setter. |
Name | Description |
---|---|
ProcessAttributes(TagHelperContext, object) | Processes all attributes of current taghelper. |
ProcessChildContent(object, TagHelperContent) | Processes 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. |