Class AbpTagHelperScriptService
Inheritance
System.Object
AbpTagHelperScriptService
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public class AbpTagHelperScriptService : AbpTagHelperResourceService
Constructors
AbpTagHelperScriptService(IBundleManager, IWebContentFileProvider, IOptions<AbpBundlingOptions>, IWebHostEnvironment)
Declaration
public AbpTagHelperScriptService(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