BundleManifest Class
Represents the XML configuration to configure the Bundles bundle collection.
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
The BundleManifest type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | BundleManifestPath | Gets or sets the path to the bundle manifest file that sets up the BundleCollection. |
![]() | ScriptBundles | Gets the ScriptBundle objects specified by the manifest file. |
![]() | StyleBundles | Gets or sets the registered style bundles. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() ![]() | ReadBundleManifest() | Reads the bundle manifest using the default bundle configuration. |
![]() ![]() | ReadBundleManifest(Stream) | Reads the bundle manifest from a given stream. |
![]() | ToString | (Inherited from Object.) |
Show:
