Bundle::ApplyTransforms Method
Applies the transforms to the bundle.
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
public: virtual BundleResponse^ ApplyTransforms( BundleContext^ context, String^ bundleContent, IEnumerable<BundleFile^>^ bundleFiles )
Parameters
- context
- Type: System.Web.Optimization::BundleContext
- bundleContent
- Type: System::String
- bundleFiles
- Type: System.Collections.Generic::IEnumerable<BundleFile>
Show: