Interface IBundleManager
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public interface IBundleManager
Methods
GetScriptBundleFilesAsync(string)
Declaration
Task<IReadOnlyList<BundleFile>> GetScriptBundleFilesAsync(string bundleName)
Parameters
Type |
Name |
Description |
string |
bundleName |
|
Returns
GetStyleBundleFilesAsync(string)
Declaration
Task<IReadOnlyList<BundleFile>> GetStyleBundleFilesAsync(string bundleName)
Parameters
Type |
Name |
Description |
string |
bundleName |
|
Returns
Extension Methods