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