Class BundleManager
Inheritance
BundleManager
Assembly: Volo.Abp.AspNetCore.Components.MauiBlazor.Bundling.dll
Syntax
public class BundleManager : BundleManagerBase, IBundleManager, ITransientDependency
Constructors
BundleManager(IOptions<AbpBundlingOptions>, IOptions<AbpBundleContributorOptions>, IScriptBundler, IStyleBundler, IServiceProvider, IDynamicFileProvider, IBundleCache, IMauiBlazorContentFileProvider)
Declaration
public BundleManager(IOptions<AbpBundlingOptions> options, IOptions<AbpBundleContributorOptions> contributorOptions, IScriptBundler scriptBundler, IStyleBundler styleBundler, IServiceProvider serviceProvider, IDynamicFileProvider dynamicFileProvider, IBundleCache bundleCache, IMauiBlazorContentFileProvider mauiBlazorContentFileProvider)
Parameters
Properties
MauiBlazorContentFileProvider
Declaration
protected IMauiBlazorContentFileProvider MauiBlazorContentFileProvider { get; }
Property Value
Methods
CopyFileToAppDataDirectoryAsync(BundleFile)
Declaration
protected virtual Task CopyFileToAppDataDirectoryAsync(BundleFile file)
Parameters
Returns
GetBundleFilesAsync(List<IBundleContributor>)
Declaration
protected override Task<List<BundleFile>> GetBundleFilesAsync(List<IBundleContributor> contributors)
Parameters
Returns
Overrides
GetFileProvider()
Declaration
protected override IFileProvider GetFileProvider()
Returns
Overrides
IsBundlingEnabled()
Declaration
public override bool IsBundlingEnabled()
Returns
Overrides
IsDebug()
Declaration
protected virtual bool IsDebug()
Returns
IsMinficationEnabled()
Declaration
protected override bool IsMinficationEnabled()
Returns
Overrides
Implements
Extension Methods