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 | |
---|---|---|
BundleFileSetOrdering | Initializes a new instance of the BundleFileSetOrdering class. |
Top
Properties
Name | Description | |
---|---|---|
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"]. | |
Name | Gets or sets the name used to help identify the file ordering, for example, jquery. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.