Class BundleDefinition
Inheritance
object
BundleDefinition
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 BundleDefinition
Constructors
BundleDefinition()
Declaration
public BundleDefinition()
Properties
AdditionalProperties
Declaration
public Dictionary<string, string> AdditionalProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<TKey, TValue><string, string> |
ExcludeFromBundle
Declaration
public bool ExcludeFromBundle { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Source
Declaration
public string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| string |