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