Bundle.Include Method (String[])
Specifies a set of files to be included in the Bundle.
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
Parameters
- virtualPaths
- Type: System.String[]
The virtual path of the file or file pattern to be included in the bundle.
Return Value
Type: System.Web.Optimization.BundleThe Bundle object itself for use in subsequent method chaining.
Show: