Class BundleFileContributor
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bundling
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public class BundleFileContributor : BundleContributor, IBundleContributor
Constructors
BundleFileContributor(String[])
Declaration
public BundleFileContributor(params string[] files)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | files |
Properties
Files
Declaration
public string[] Files { get; }
Property Value
Type | Description |
---|---|
System.String[] |
Methods
ConfigureBundle(BundleConfigurationContext)
Declaration
public override void ConfigureBundle(BundleConfigurationContext context)
Parameters
Type | Name | Description |
---|---|---|
BundleConfigurationContext | context |