[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.CellTemplateTagHelper

CellTemplateTagHelper Class

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-flex-grid-cell-template")]
public class CellTemplateTagHelper : SettingTagHelper<CellTemplate>, ITagHelper, ITagHelperComponent
<HtmlTargetElement("c1-flex-grid-cell-template")>
Public Class CellTemplateTagHelper
    Inherits SettingTagHelper(Of CellTemplate)
    Implements ITagHelper, ITagHelperComponent

Constructors

Name Description
CellTemplateTagHelper()

Properties

Name Description
CellType

Gets or sets which area the template works for.

Id

Gets or sets the template's id.

IsEditing

Gets or sets a boolean value which indicates whether the template works for editing or not.

Methods

Name Description
ProcessAttributes(TagHelperContext, object)

Processes all attributes of current taghelper.

ProcessChildContent(object, TagHelperContent)

Processes the child content.