[]
ITagHelper implementation for SplitGroup.
[HtmlTargetElement("c1-split-group")]
[RestrictChildren("c1-split-tile", new string[] { "c1-split-group" })]
public class SplitGroupTagHelper : GroupTagHelper<SplitGroup>, ITagHelper, ITagHelperComponent
<HtmlTargetElement("c1-split-group")>
<RestrictChildren("c1-split-tile", New String() { "c1-split-group" })>
Public Class SplitGroupTagHelper
Inherits GroupTagHelper(Of SplitGroup)
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| SplitGroupTagHelper() |
| 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. |
| Name | Description |
|---|---|
| ProcessChildContent(object, TagHelperContent) | Processes the child content. |