IBundleOrderer::OrderFiles Method
Orders the files within a bundle.
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
IEnumerable<BundleFile^>^ OrderFiles( BundleContext^ context, IEnumerable<BundleFile^>^ files )
Parameters
- context
- Type: System.Web.Optimization::BundleContext
The BundleContext object that contains state for both the framework configuration and the HTTP request.
- files
- Type: System.Collections.Generic::IEnumerable<BundleFile>
The files contained in the bundle.
Return Value
Type: System.Collections.Generic::IEnumerable<BundleFile>An ordered enumeration of VirtualFile objects.
Show: