Interface IBundler
Namespace: Volo.Abp.AspNetCore.Bundling
Assembly: Volo.Abp.AspNetCore.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 |