Class BundleConfiguration
Inheritance
object
BundleConfiguration
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 BundleConfiguration
Constructors
BundleConfiguration(string)
Declaration
public BundleConfiguration(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Properties
BaseBundles
Declaration
public List<string> BaseBundles { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><string> |
Contributors
Declaration
public BundleContributorCollection Contributors { get; }
Property Value
| Type | Description |
|---|---|
| BundleContributorCollection |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |