Class AbpTagHelperStyleService
Inheritance
System.Object
AbpTagHelperStyleService
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public class AbpTagHelperStyleService : AbpTagHelperResourceService
Constructors
AbpTagHelperStyleService(IBundleManager, IWebContentFileProvider, IOptions<AbpBundlingOptions>, IWebHostEnvironment)
Declaration
public AbpTagHelperStyleService(IBundleManager bundleManager, IWebContentFileProvider webContentFileProvider, IOptions<AbpBundlingOptions> options, IWebHostEnvironment hostingEnvironment)
Parameters
| Type |
Name |
Description |
| IBundleManager |
bundleManager |
|
| IWebContentFileProvider |
webContentFileProvider |
|
| IOptions<AbpBundlingOptions> |
options |
|
| IWebHostEnvironment |
hostingEnvironment |
|
Methods
AddHtmlTag(ViewContext, TagHelperContext, TagHelperOutput, String)
Declaration
protected override void AddHtmlTag(ViewContext viewContext, TagHelperContext context, TagHelperOutput output, string file)
Parameters
| Type |
Name |
Description |
| ViewContext |
viewContext |
|
| TagHelperContext |
context |
|
| TagHelperOutput |
output |
|
| System.String |
file |
|
Overrides
CreateBundle(String, List<BundleTagHelperItem>)
Declaration
protected override void CreateBundle(string bundleName, List<BundleTagHelperItem> bundleItems)
Parameters
| Type |
Name |
Description |
| System.String |
bundleName |
|
| System.Collections.Generic.List<BundleTagHelperItem> |
bundleItems |
|
Overrides
GetBundleFilesAsync(String)
Declaration
protected override Task<IReadOnlyList<string>> GetBundleFilesAsync(string bundleName)
Parameters
| Type |
Name |
Description |
| System.String |
bundleName |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<System.String>> |
|
Overrides
Extension Methods