IBundleBuilder Interface

Specifies the building of the bundle from the individual file contents.

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

Syntax

'Declaration
Public Interface IBundleBuilder
'Usage
Dim instance As IBundleBuilder
public interface IBundleBuilder
public interface class IBundleBuilder
type IBundleBuilder =  interface end
public interface IBundleBuilder

The IBundleBuilder type exposes the following members.

Methods

  Name Description
Public method BuildBundleContent Concatenates files inside the bundle.

Top

See Also

Reference

System.Web.Optimization Namespace