IgnoreList Class
A list of filename patterns to be ignored and thereby excluded from bundles.
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
The IgnoreList type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Clear | Clears entire ignore list. |
![]() | Equals | (Inherited from Object.) |
![]() | FilterIgnoredFiles | Filters a set of files and returns a new set that excludes ignored files. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Ignore(String) | Ignores the specified pattern regardless of the value set in EnableOptimizations. |
![]() | Ignore(String, OptimizationMode) | Ignores the specified pattern when in the appropriate OptimizationMode. |
![]() | ShouldIgnore | Determines whether a file should be ignored based on the ignore list. |
![]() | ToString | (Inherited from Object.) |
Show:
