Bundle Constructor (String, String, array<IBundleTransform>)
Initializes a new instance of the Bundle class.
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
public: Bundle( String^ virtualPath, String^ cdnPath, ... array<IBundleTransform^>^ transforms )
Parameters
- virtualPath
- Type: System::String
The virtual path used to reference the Bundle from within a view or Web page.
- cdnPath
- Type: System::String
An alternate url for the bundle when it is stored in a content delivery network.
- transforms
- Type: array<System.Web.Optimization::IBundleTransform>
A list of IBundleTransform objects which process the contents of the bundle in the order which they are added.