Interface IComponentBundleManager
Assembly: Volo.Abp.AspNetCore.Components.Web.Theming.dll
Syntax
public interface IComponentBundleManager
Methods
GetScriptBundleFilesAsync(string)
Declaration
Task<IReadOnlyList<string>> GetScriptBundleFilesAsync(string bundleName)
Parameters
Type |
Name |
Description |
string |
bundleName |
|
Returns
GetStyleBundleFilesAsync(string)
Declaration
Task<IReadOnlyList<string>> GetStyleBundleFilesAsync(string bundleName)
Parameters
Type |
Name |
Description |
string |
bundleName |
|
Returns
Extension Methods