Class AbpTagHelperStyleService
Inheritance
AbpTagHelperStyleService
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public class AbpTagHelperStyleService : AbpTagHelperResourceService, ITransientDependency
Constructors
Declaration
public AbpTagHelperStyleService(IBundleManager bundleManager, IOptions<AbpBundlingOptions> options, IWebHostEnvironment hostingEnvironment, IOptions<AbpSecurityHeadersOptions> securityHeadersOptions)
Parameters
Fields
Declaration
protected AbpSecurityHeadersOptions SecurityHeadersOptions
Field Value
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