BundleManifest Class

Represents the XML configuration to configure the Bundles bundle collection.

Inheritance Hierarchy

System.Object
  System.Web.Optimization.BundleManifest

Namespace:  System.Web.Optimization
Assembly:  System.Web.Optimization (in System.Web.Optimization.dll)

Syntax

'Declaration
Public NotInheritable Class BundleManifest
'Usage
Dim instance As BundleManifest
public sealed class BundleManifest
public ref class BundleManifest sealed
[<SealedAttribute>]
type BundleManifest =  class end
public final class BundleManifest

The BundleManifest type exposes the following members.

Properties

  Name Description
Public propertyStatic member BundleManifestPath Gets or sets the path to the bundle manifest file that sets up the BundleCollection.
Public property ScriptBundles Gets the ScriptBundle objects specified by the manifest file.
Public property StyleBundles Gets or sets the registered style bundles.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public methodStatic member ReadBundleManifest() Reads the bundle manifest using the default bundle configuration.
Public methodStatic member ReadBundleManifest(Stream) Reads the bundle manifest from a given stream.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Optimization Namespace