[]
ITagHelper implementation for SplitTile.
[HtmlTargetElement("c1-split-tile")]
public class SplitTileTagHelper : TileTagHelper<SplitTile>, ITagHelper, ITagHelperComponent
<HtmlTargetElement("c1-split-tile")>
Public Class SplitTileTagHelper
Inherits TileTagHelper(Of SplitTile)
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| SplitTileTagHelper() |
| Name | Description |
|---|---|
| CollectionName | Gets the collection name. |
| MinSize | Configurates MinSize. Sets the minimum size of the tile, in pixels. |
| Size | Configurates Size. Sets the size of the tile. |
| Name | Description |
|---|---|
| ProcessChildContent(object, TagHelperContent) | Processes the child content. |