Bundle::Transforms Property
Gets the transforms which process the contents of a bundle.
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
public: property IList<IBundleTransform^>^ Transforms { IList<IBundleTransform^>^ get (); }
Property Value
Type: System.Collections.Generic::IList<IBundleTransform>The list of transforms for the bundle.
By default, the Web optimization framework includes IBundleTransform implementations for minifying scripts and styles.
Show: