BundleFileSetOrdering Class
Encapsulates a named set of files with relative orderings, for example jquery or modernizer.
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
The BundleFileSetOrdering type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BundleFileSetOrdering | Initializes a new instance of the BundleFileSetOrdering class. |
| 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. |
Show:
