Class AbpCarouselTagHelperService
Inheritance
object
AbpCarouselTagHelperService
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |
| Microsoft.Extensions.Localization.IStringLocalizer<T><AbpUiResource> |
localizer |
|
Properties
L
Declaration
protected IStringLocalizer<AbpUiResource> L { get; }
Property Value
| Type |
Description |
| Microsoft.Extensions.Localization.IStringLocalizer<T><AbpUiResource> |
|
Methods
AddBasicAttributes(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void AddBasicAttributes(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
AddBasicClasses(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void AddBasicClasses(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
InitilizeCarouselItemsContentsContext(TagHelperContext, TagHelperOutput)
Declaration
protected virtual List<CarouselItem> InitilizeCarouselItemsContentsContext(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
Returns
| Type |
Description |
| System.Collections.Generic.List<T><CarouselItem> |
|
ProcessAsync(TagHelperContext, TagHelperOutput)
Declaration
public override Task ProcessAsync(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.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(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext, Microsoft.AspNetCore.Razor.TagHelpers.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 |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
| System.Collections.Generic.List<T><CarouselItem> |
itemList |
|
SetFadeAnimation(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetFadeAnimation(TagHelperContext context, TagHelperOutput output)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
SetIndicators(TagHelperContext, TagHelperOutput, List<CarouselItem>)
Declaration
protected virtual void SetIndicators(TagHelperContext context, TagHelperOutput output, List<CarouselItem> itemList)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
| System.Collections.Generic.List<T><CarouselItem> |
itemList |
|
SetItems(TagHelperContext, TagHelperOutput, List<CarouselItem>)
Declaration
protected virtual void SetItems(TagHelperContext context, TagHelperOutput output, List<CarouselItem> itemList)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
| System.Collections.Generic.List<T><CarouselItem> |
itemList |
|
SetOneItemAsActive(TagHelperContext, TagHelperOutput, List<CarouselItem>)
Declaration
protected virtual void SetOneItemAsActive(TagHelperContext context, TagHelperOutput output, List<CarouselItem> itemList)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext |
context |
|
| Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput |
output |
|
| System.Collections.Generic.List<T><CarouselItem> |
itemList |
|
SetRandomIdIfNotProvided()
Declaration
protected virtual void SetRandomIdIfNotProvided()
Implements
Extension Methods