Class AbpCarouselItemTagHelperService
Inheritance
System.Object
AbpCarouselItemTagHelperService
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 AbpCarouselItemTagHelperService : AbpTagHelperService<AbpCarouselItemTagHelper>, IAbpTagHelperService<AbpCarouselItemTagHelper>, ITransientDependency
Constructors
AbpCarouselItemTagHelperService(HtmlEncoder)
Declaration
public AbpCarouselItemTagHelperService(HtmlEncoder encoder)
Parameters
Type | Name | Description |
---|---|---|
System.Text.Encodings.Web.HtmlEncoder | encoder |
Methods
AddCaption(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void AddCaption(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
Process(TagHelperContext, TagHelperOutput)
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
Overrides
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.AbpTagHelperService<Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Carousel.AbpCarouselItemTagHelper>.Process(TagHelperContext, TagHelperOutput)
SetActive(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetActive(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
SetInnerImgTag(TagHelperContext, TagHelperOutput)
Declaration
protected virtual void SetInnerImgTag(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
TagHelperContext | context | |
TagHelperOutput | output |
Implements
ITransientDependency