[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.ItemTemplateTagHelper

ItemTemplateTagHelper Class

Inheritance
ItemTemplateTagHelper
Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-input-item-template")]
public class ItemTemplateTagHelper : BaseTagHelper<object>, ITagHelper, ITagHelperComponent

Constructors

Name Description
ItemTemplateTagHelper()

Properties

Name Description
Id

Gets or sets the template's id.

TObject

Gets or sets the corresponding object.

Methods

Name Description
ProcessAttributes(TagHelperContext, object)

Processes the attributes set in the taghelper.

ProcessChildContent(object, TagHelperContent)

Processes the child content.