Bundle.EnumerateFiles Method
Generates an enumeration of VirtualFile objects that represent the contents of the bundle.
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
Parameters
- context
- Type: System.Web.Optimization.BundleContext
The BundleContext object that contains state for both the framework configuration and the HTTP request.
Return Value
Type: System.Collections.Generic.IEnumerable<BundleFile>An enumeration of VirtualFile objects that represent the contents of the bundle.
Show: