Bundle.ApplyTransforms Method
Applies the transforms to the bundle.
Namespace: System.Web.Optimization
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
Syntax
'Declaration
Public Overridable Function ApplyTransforms ( _
context As BundleContext, _
bundleContent As String, _
bundleFiles As IEnumerable(Of BundleFile) _
) As BundleResponse
'Usage
Dim instance As Bundle
Dim context As BundleContext
Dim bundleContent As String
Dim bundleFiles As IEnumerable(Of BundleFile)
Dim returnValue As BundleResponse
returnValue = instance.ApplyTransforms(context, _
bundleContent, bundleFiles)
public virtual BundleResponse ApplyTransforms(
BundleContext context,
string bundleContent,
IEnumerable<BundleFile> bundleFiles
)
public:
virtual BundleResponse^ ApplyTransforms(
BundleContext^ context,
String^ bundleContent,
IEnumerable<BundleFile^>^ bundleFiles
)
abstract ApplyTransforms :
context:BundleContext *
bundleContent:string *
bundleFiles:IEnumerable<BundleFile> -> BundleResponse
override ApplyTransforms :
context:BundleContext *
bundleContent:string *
bundleFiles:IEnumerable<BundleFile> -> BundleResponse
public function ApplyTransforms(
context : BundleContext,
bundleContent : String,
bundleFiles : IEnumerable<BundleFile>
) : BundleResponse
Parameters
- context
Type: System.Web.Optimization.BundleContext
- bundleContent
Type: System.String
- bundleFiles
Type: System.Collections.Generic.IEnumerable<BundleFile>
Return Value
Type: System.Web.Optimization.BundleResponse