Class CarouselItem
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Carousel
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class CarouselItem
Constructors
CarouselItem(string, bool)
Declaration
public CarouselItem(string html, bool active)
Parameters
Type | Name | Description |
---|---|---|
string | html | |
bool | active |
Properties
Active
Declaration
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
bool |
Html
Declaration
public string Html { get; set; }
Property Value
Type | Description |
---|---|
string |