Class BundleFileContributor
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bundling
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 |
Properties
Files
Declaration
public string[] Files { get; }
Property Value
| Type | Description |
|---|---|
| string[] |
Methods
ConfigureBundle(BundleConfigurationContext)
Declaration
public override void ConfigureBundle(BundleConfigurationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BundleConfigurationContext | context |