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