Class BundleFileContributor
Inheritance
BundleFileContributor
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions.dll
Syntax
public class BundleFileContributor : BundleContributor, IBundleContributor
Constructors
BundleFileContributor(params string[])
Declaration
public BundleFileContributor(params string[] files)
Parameters
Type |
Name |
Description |
string[] |
files |
|
BundleFileContributor(params BundleFile[])
Declaration
public BundleFileContributor(params BundleFile[] files)
Parameters
Properties
Files
Declaration
public List<BundleFile> Files { get; }
Property Value
Methods
ConfigureBundle(BundleConfigurationContext)
Declaration
public override void ConfigureBundle(BundleConfigurationContext context)
Parameters
Overrides
Implements
Extension Methods