IBundleResolver Interface
Represents an interface used to query the BundleCollection for metadata.
Namespace: System.Web.Optimization
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
Syntax
'Declaration
Public Interface IBundleResolver
'Usage
Dim instance As IBundleResolver
public interface IBundleResolver
public interface class IBundleResolver
type IBundleResolver = interface end
public interface IBundleResolver
The IBundleResolver type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetBundleContents | Returns a list of all the virtualPaths of the contents of the bundle. | |
GetBundleUrl | Returns the versioned URL of the bundle. | |
IsBundleVirtualPath | Specifies whether the virtual path is to a bundle. |
Top