Class BundleContext
Inheritance
object
BundleContext
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Bundling
Assembly: Volo.Abp.Core.dll
Syntax
public class BundleContext
Constructors
BundleContext()
Declaration
public BundleContext()
Properties
BundleDefinitions
Declaration
public List<BundleDefinition> BundleDefinitions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><BundleDefinition> |
Parameters
Declaration
public BundleParameterDictionary Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| BundleParameterDictionary |
Methods
Add(string, bool, Dictionary<string, string>)
Declaration
public void Add(string source, bool excludeFromBundle = false, Dictionary<string, string> additionalProperties = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | source | |
| bool | excludeFromBundle | |
| System.Collections.Generic.Dictionary<TKey, TValue><string, string> | additionalProperties |