Class AbpCarouselItemTagHelper
Inheritance
System.Object
AbpCarouselItemTagHelper
Implements
ITransientDependency
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpCarouselItemTagHelper : AbpTagHelper<AbpCarouselItemTagHelper, AbpCarouselItemTagHelperService>, ITransientDependency
Constructors
AbpCarouselItemTagHelper(AbpCarouselItemTagHelperService)
Declaration
public AbpCarouselItemTagHelper(AbpCarouselItemTagHelperService tagHelperService)
Parameters
Properties
Active
Declaration
public bool? Active { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Alt
Declaration
public string Alt { get; set; }
Property Value
Type |
Description |
System.String |
|
Caption
Declaration
public string Caption { get; set; }
Property Value
Type |
Description |
System.String |
|
CaptionTitle
Declaration
public string CaptionTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
Src
Declaration
public string Src { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
ITransientDependency
Extension Methods