Class AbpBundleTagHelperService<TTagHelper, TService>
Inheritance
System.Object
AbpTagHelperService<TTagHelper>
AbpBundleTagHelperService<TTagHelper, TService>
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.Bundling.TagHelpers
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public abstract class AbpBundleTagHelperService<TTagHelper, TService> : AbpTagHelperService<TTagHelper>, IAbpTagHelperService<TTagHelper>, ITransientDependency where TTagHelper : AbpTagHelper<TTagHelper, TService>, IBundleTagHelper where TService : class, IAbpTagHelperService<TTagHelper>
Type Parameters
| Name | Description |
|---|---|
| TTagHelper | |
| TService |
Constructors
AbpBundleTagHelperService(AbpTagHelperResourceService)
Declaration
protected AbpBundleTagHelperService(AbpTagHelperResourceService resourceService)
Parameters
| Type | Name | Description |
|---|---|---|
| AbpTagHelperResourceService | resourceService |
Properties
ResourceService
Declaration
protected AbpTagHelperResourceService ResourceService { get; }
Property Value
| Type | Description |
|---|---|
| AbpTagHelperResourceService |
Methods
GetBundleItems(TagHelperContext, TagHelperOutput)
Declaration
protected virtual Task<List<BundleTagHelperItem>> GetBundleItems(TagHelperContext context, TagHelperOutput output)
Parameters
| Type | Name | Description |
|---|---|---|
| TagHelperContext | context | |
| TagHelperOutput | output |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.List<BundleTagHelperItem>> |
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 |
Implements
ITransientDependency