DefaultBundleBuilder Class

Represents the default logic which combines files in the bundle.

Inheritance Hierarchy

System.Object
  System.Web.Optimization.DefaultBundleBuilder

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

Syntax

'Declaration
Public Class DefaultBundleBuilder _
    Implements IBundleBuilder
'Usage
Dim instance As DefaultBundleBuilder
public class DefaultBundleBuilder : IBundleBuilder
public ref class DefaultBundleBuilder : IBundleBuilder
type DefaultBundleBuilder =  
    class 
        interface IBundleBuilder 
    end
public class DefaultBundleBuilder implements IBundleBuilder

The DefaultBundleBuilder type exposes the following members.

Constructors

  Name Description
Public method DefaultBundleBuilder Initializes a new instance of the DefaultBundleBuilder class.

Top

Methods

  Name Description
Public method BuildBundleContent Builds the bundle content from the individual files included in the Bundle object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
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