This topic has not yet been rated - Rate this topic

Bundle Constructor (String, String)

Initializes a new instance of the Bundle class.

Namespace:  System.Web.Optimization
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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.