Class AbpCarouselTagHelperService
Inheritance
System.Object
AbpCarouselTagHelperService
Implements
ITransientDependency
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()
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpCarouselTagHelperService : AbpTagHelperService<AbpCarouselTagHelper>, IAbpTagHelperService<AbpCarouselTagHelper>, ITransientDependency
Constructors
AbpCarouselTagHelperService(IStringLocalizer<AbpUiResource>)
Declaration
public AbpCarouselTagHelperService(IStringLocalizer<AbpUiResource> localizer)
Parameters
Type |
Name |
Description |
IStringLocalizer<AbpUiResource> |
localizer |
|
Properties
L
Declaration
protected IStringLocalizer<AbpUiResource> L { get; }
Property Value
Type |
Description |
IStringLocalizer<AbpUiResource> |
|
Methods
AddBasicAttributes(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void AddBasicAttributes(TagHelperContext context, TagHelperOutput output)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
AddBasicClasses(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void AddBasicClasses(TagHelperContext context, TagHelperOutput output)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
InitilizeCarouselItemsContentsContext(TagHelperContext, TagHelperOutput)
Declaration
protected virtual List<CarouselItem> InitilizeCarouselItemsContentsContext(TagHelperContext context, TagHelperOutput output)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
Returns
Type |
Description |
System.Collections.Generic.List<CarouselItem> |
|
ProcessAsync(TagHelperContext, TagHelperOutput)
Declaration
public override Task ProcessAsync(TagHelperContext context, TagHelperOutput output)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.AbpTagHelperService<Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Carousel.AbpCarouselTagHelper>.ProcessAsync(TagHelperContext, TagHelperOutput)
SetActiveIfActive(CarouselItem)
Declaration
protected virtual void SetActiveIfActive(CarouselItem item)
Parameters
SetControls(TagHelperContext, TagHelperOutput, List<CarouselItem>)
Declaration
protected virtual void SetControls(TagHelperContext context, TagHelperOutput output, List<CarouselItem> itemList)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
System.Collections.Generic.List<CarouselItem> |
itemList |
|
SetFadeAnimation(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetFadeAnimation(TagHelperContext context, TagHelperOutput output)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
SetIndicators(TagHelperContext, TagHelperOutput, List<CarouselItem>)
Declaration
protected virtual void SetIndicators(TagHelperContext context, TagHelperOutput output, List<CarouselItem> itemList)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
System.Collections.Generic.List<CarouselItem> |
itemList |
|
SetItems(TagHelperContext, TagHelperOutput, List<CarouselItem>)
Declaration
protected virtual void SetItems(TagHelperContext context, TagHelperOutput output, List<CarouselItem> itemList)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
System.Collections.Generic.List<CarouselItem> |
itemList |
|
SetOneItemAsActive(TagHelperContext, TagHelperOutput, List<CarouselItem>)
Declaration
protected virtual void SetOneItemAsActive(TagHelperContext context, TagHelperOutput output, List<CarouselItem> itemList)
Parameters
Type |
Name |
Description |
TagHelperContext |
context |
|
TagHelperOutput |
output |
|
System.Collections.Generic.List<CarouselItem> |
itemList |
|
SetRandomIdIfNotProvided()
Declaration
protected virtual void SetRandomIdIfNotProvided()
Implements
ITransientDependency
Extension Methods