[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.FlowTileTagHelper

FlowTileTagHelper Class

ITagHelper implementation for FlowTile.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-flow-tile")]
public class FlowTileTagHelper : TileTagHelper<FlowTile>, ITagHelper, ITagHelperComponent

Constructors

Name Description
FlowTileTagHelper()

Properties

Name Description
AllowResize

Configurates AllowResize. Sets a boolean value decides whether the tiles could be resized.

CollectionName

Gets the collection name.

Height

Configurates Height. Sets the tile height in pixels. If it is set to null, it means the height will automatically fit the content.

Width

Configurates Width. Sets the tile width in pixels. If it is set to null, it means the width will automatically fit the content.