BundleFile Class
Represents a single file within a bundle.
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
The BundleFile type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BundleFile(String, VirtualFile) | Constructor |
![]() | BundleFile(String, VirtualFile, IList<IItemTransform>) | Constructor taking a list of transforms for the file. |
| Name | Description | |
|---|---|---|
![]() | IncludedVirtualPath | The Included virtualPath that caused this file to be included in the bundle i.e. bundle.Include("~/*.js") or bundle.Include("~/foo.js"). |
![]() | Transforms | Transforms that apply to this specific file. |
![]() | VirtualFile | VirtualFile |
| Name | Description | |
|---|---|---|
![]() | ApplyTransforms | Applies the transforms to the file and returns the transformed stream. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
