IItemTransform Interface

Defines the method that transforms the item in a bundle response object.

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

Syntax

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

The IItemTransform type exposes the following members.

Methods

  Name Description
Public method Process Transforms the content in the bundle response object.

Top

See Also

Reference

System.Web.Optimization Namespace