DefaultBundleOrderer Class

Provides default IBundleOrderer implementation which orders files in a bundle using FileSetOrderList.

Inheritance Hierarchy

System.Object
  System.Web.Optimization.DefaultBundleOrderer

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

Syntax

'Declaration
Public Class DefaultBundleOrderer _
    Implements IBundleOrderer
'Usage
Dim instance As DefaultBundleOrderer
public class DefaultBundleOrderer : IBundleOrderer
public ref class DefaultBundleOrderer : IBundleOrderer
type DefaultBundleOrderer =  
    class 
        interface IBundleOrderer 
    end
public class DefaultBundleOrderer implements IBundleOrderer

The DefaultBundleOrderer type exposes the following members.

Constructors

  Name Description
Public method DefaultBundleOrderer Initializes a new instance of the DefaultBundleOrderer class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OrderFiles Orders the specified files in a bundle.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Optimization Namespace