Class AbpTagHelperScriptService
Inheritance
AbpTagHelperScriptService
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public class AbpTagHelperScriptService : AbpTagHelperResourceService, ITransientDependency
Constructors
AbpTagHelperScriptService(IBundleManager, IOptions<AbpBundlingOptions>, IWebHostEnvironment)
Declaration
public AbpTagHelperScriptService(IBundleManager bundleManager, IOptions<AbpBundlingOptions> options, IWebHostEnvironment hostingEnvironment)
Parameters
Methods
AddHtmlTag(ViewContext, TagHelper, TagHelperContext, TagHelperOutput, BundleFile, IFileInfo?)
Declaration
protected override void AddHtmlTag(ViewContext viewContext, TagHelper tagHelper, TagHelperContext context, TagHelperOutput output, BundleFile file, IFileInfo? fileInfo = null)
Parameters
Overrides
CreateBundle(string, List<BundleTagHelperItem>)
Declaration
protected override void CreateBundle(string bundleName, List<BundleTagHelperItem> bundleItems)
Parameters
Overrides
GetBundleFilesAsync(string)
Declaration
protected override Task<IReadOnlyList<BundleFile>> GetBundleFilesAsync(string bundleName)
Parameters
Type |
Name |
Description |
string |
bundleName |
|
Returns
Overrides
Implements
Extension Methods