Interface IBundler
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bundling
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public interface IBundler
Properties
FileExtension
Declaration
string FileExtension { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Bundle(IBundlerContext)
Declaration
BundleResult Bundle(IBundlerContext context)
Parameters
Type | Name | Description |
---|---|---|
IBundlerContext | context |
Returns
Type | Description |
---|---|
BundleResult |