[]
ITagHelper implementation for Tile.
public abstract class TileTagHelper<TControl> : SettingTagHelper<TControl>, ITagHelper, ITagHelperComponent where TControl : Tile
Name | Description |
---|---|
TControl |
Name | Description |
---|---|
TileTagHelper() |
Name | Description |
---|---|
AllowDrag | Configurates AllowDrag. Sets a boolean value decides whether the tiles could be dragged. |
AllowHide | Configurates AllowHide. Sets a boolean value decides whether the tiles could be hidden. |
AllowMaximize | Configurates AllowMaximize. Sets a boolean value decides whether the tiles could be maximized. |
CollectionName | Gets the collection name. |
Content | Configurates Content. Sets the tile content(text/html) or the selector of a Dom element which contains the content. |
HeaderText | Configurates HeaderText. Sets the tile header title. |
MaxResizeHeight | Configurates MaxResizeHeight. Sets the default maximum height of the tile when resize. |
MaxResizeWidth | Configurates MaxResizeWidth. Sets the default maximum width of the tile when resize. |
ShowHeader | Configurates ShowHeader. Sets a boolean value decides whether to show the header. |
ShowToolbar | Configurates ShowToolbar. Sets a boolean value decides whether to show the toolbar. |
Visible | Configurates Visible. Sets a boolean value decides whether to show the tile. |