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
Public method GetBundleContents Returns a list of all the virtualPaths of the contents of the bundle.
Public method GetBundleUrl Returns the versioned URL of the bundle.
Public method IsBundleVirtualPath Specifies whether the virtual path is to a bundle.

Top

See Also

Reference

System.Web.Optimization Namespace