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 | |
---|---|---|
BuildBundleContent | Concatenates files inside the bundle. |
Top