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 |
System.String |
bundleName |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<System.String>> |
|
GetStyleBundleFilesAsync(String)
Declaration
Task<IReadOnlyList<string>> GetStyleBundleFilesAsync(string bundleName)
Parameters
Type |
Name |
Description |
System.String |
bundleName |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<System.String>> |
|
Extension Methods