Bundle Constructor (String, String)
Initializes a new instance of the Bundle class.
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
'Declaration PublicSubNew ( _ virtualPathAsString, _ cdnPathAsString _ ) 'Usage DimvirtualPathAsStringDimcdnPathAsStringDiminstanceAs NewBundle(virtualPath, _ cdnPath)
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.