BundleFileSetOrdering Class

Encapsulates a named set of files with relative orderings, for example jquery or modernizer.

Inheritance Hierarchy

System.Object
  System.Web.Optimization.BundleFileSetOrdering

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

Syntax

'Declaration
Public Class BundleFileSetOrdering
'Usage
Dim instance As BundleFileSetOrdering
public class BundleFileSetOrdering
public ref class BundleFileSetOrdering
type BundleFileSetOrdering =  class end
public class BundleFileSetOrdering

The BundleFileSetOrdering type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Files Gets or sets the ordered list of file name patterns (allows one prefix/suffix wildcard '*') that determines the relative ordering of these files in the bundle. For example, ["z.js", "b*", "*a", "a.js"].
Public property Name Gets or sets the name used to help identify the file ordering, for example, jquery.

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 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