Bundle.IncludeDirectory Method (String, String)
Includes all files in a directory that match a search pattern.
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
public virtual Bundle IncludeDirectory( string directoryVirtualPath, string searchPattern )
Parameters
- directoryVirtualPath
- Type: System.String
The virtual path to the directory from which to search for files.
- searchPattern
- Type: System.String
The search pattern to use in selecting files to add to the bundle.
Return Value
Type: System.Web.Optimization.BundleThe Bundle object itself for use in subsequent method chaining.
Show: