[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.SplitGroupTagHelper

SplitGroupTagHelper Class

ITagHelper implementation for SplitGroup.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-split-group")]
[RestrictChildren("c1-split-tile", new string[] { "c1-split-group" })]
public class SplitGroupTagHelper : GroupTagHelper<SplitGroup>, ITagHelper, ITagHelperComponent

Constructors

Name Description
SplitGroupTagHelper()

Properties

Name Description
CollectionName

Gets the collection name.

Orientation

Configurates Orientation. Sets the orientation of the group.

Size

Configurates Size. Sets the size of the tile.

Methods

Name Description
ProcessChildContent(object, TagHelperContent)

Processes the child content.