BundleResolver Class
Represents a class that determine if a script reference is a bundle, and what it contains to prevent duplicate script references.
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
The BundleResolver type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BundleResolver() | Initializes a new instance of the BundleResolver class. |
![]() | BundleResolver(BundleCollection) | Initializes a new instance of the BundleResolver class with the specified bundle. |
![]() | BundleResolver(BundleCollection, HttpContextBase) | Initializes a new instance of the BundleResolver class with the specified bundle and context. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetBundleContents | Returns an enumeration of actual file paths to the contents of the bundle. |
![]() | GetBundleUrl | Gets the versioned url for the bundle or returns the virtualPath unchanged if it does not point to a bundle. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IsBundleVirtualPath | Determines if the virtualPath is to a bundle. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
