[]
ITagHelper implementation for C1.Web.Mvc.Service.
public abstract class ServiceTagHelper<TControl> : ComponentTagHelper<TControl>, ITagHelper, ITagHelperComponent, ITemplateTagHelper where TControl : Service
Name | Description |
---|---|
TControl |
Name | Description |
---|---|
ServiceTagHelper() |
Name | Description |
---|---|
CollectionName | Gets the collection name. |
CustomDefaultPropertyName | Gets the customized default proeprty name. Overrides this property to customize the default property name for this tag. |
Id | Configurates Id. Sets the id of the service. |
IsTemplate | Configurates CollectionViewService<T>.IsTemplate. Sets a boolean value which indicates whether transfer this C1.Web.Mvc.CollectionViewService<T> to template mode. |
TObject | Overrides to re-define getter and setter. |
TemplateBindings | Configurates CollectionViewService<T>.TemplateBindings. Sets the collection of the template bindings. |
Name | Description |
---|---|
ProcessAttributes(TagHelperContext, object) | Processes all attributes of current taghelper. |
Render(TagHelperOutput) | Renders the startup scripts. |
UpdateProperty(string, object) | Updates the sub-property specified by its name and value. |