[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.ExtenderTagHelper-1

ExtenderTagHelper<TControl> Class

ITagHelper implementation for C1.Web.Mvc.Extender.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public abstract class ExtenderTagHelper<TControl> : ComponentTagHelper<TControl>, ITagHelper, ITagHelperComponent where TControl : Extender
Type Parameters
Name Description
TControl

Constructors

Name Description
ExtenderTagHelper()

Properties

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.

Methods

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.