Class CarouselItem
Inheritance
object
CarouselItem
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |