[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.TileTagHelper-1

TileTagHelper<TControl> Class

ITagHelper implementation for Tile.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public abstract class TileTagHelper<TControl> : SettingTagHelper<TControl>, ITagHelper, ITagHelperComponent where TControl : Tile
Type Parameters
Name Description
TControl

Constructors

Name Description
TileTagHelper()

Properties

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.