IBundleOrderer Interface
Defines methods for ordering files within a Bundle.
Namespace: System.Web.Optimization
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
Syntax
'Declaration
Public Interface IBundleOrderer
'Usage
Dim instance As IBundleOrderer
public interface IBundleOrderer
public interface class IBundleOrderer
type IBundleOrderer = interface end
public interface IBundleOrderer
The IBundleOrderer type exposes the following members.
Methods
Name | Description | |
---|---|---|
OrderFiles | Orders the files within a bundle. |
Top