BundleCollection.FileSetOrderList Property
Gets a list that specifies default file orderings to use for files in the registered bundles.
Namespace: System.Web.Optimization
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
Syntax
'Declaration
Public ReadOnly Property FileSetOrderList As IList(Of BundleFileSetOrdering)
Get
'Usage
Dim instance As BundleCollection
Dim value As IList(Of BundleFileSetOrdering)
value = instance.FileSetOrderList
public IList<BundleFileSetOrdering> FileSetOrderList { get; }
public:
property IList<BundleFileSetOrdering^>^ FileSetOrderList {
IList<BundleFileSetOrdering^>^ get ();
}
member FileSetOrderList : IList<BundleFileSetOrdering>
function get FileSetOrderList () : IList<BundleFileSetOrdering>
Property Value
Type: System.Collections.Generic.IList<BundleFileSetOrdering>
The list of file orderings.