OptimizationSettings.BundleTable Property

Gets the collection of bundle.

Namespace:  System.Web.Optimization
Assembly:  System.Web.Optimization (in System.Web.Optimization.dll)

Syntax

'Declaration
Public Property BundleTable As BundleCollection 
    Get 
    Set
'Usage
Dim instance As OptimizationSettings 
Dim value As BundleCollection 

value = instance.BundleTable

instance.BundleTable = value
public BundleCollection BundleTable { get; set; }
public:
property BundleCollection^ BundleTable {
    BundleCollection^ get ();
    void set (BundleCollection^ value);
}
member BundleTable : BundleCollection with get, set
function get BundleTable () : BundleCollection 
function set BundleTable (value : BundleCollection)

Property Value

Type: System.Web.Optimization.BundleCollection
The collection of bundle.

See Also

Reference

OptimizationSettings Class

System.Web.Optimization Namespace