StyleBundle Constructor (String, String)
Initializes a new instance of the StyleBundle class with virtual path and CDN path for the bundle.
Namespace: System.Web.Optimization
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
Syntax
'Declaration
Public Sub New ( _
virtualPath As String, _
cdnPath As String _
)
'Usage
Dim virtualPath As String
Dim cdnPath As String
Dim instance As New StyleBundle(virtualPath, _
cdnPath)
public StyleBundle(
string virtualPath,
string cdnPath
)
public:
StyleBundle(
String^ virtualPath,
String^ cdnPath
)
new :
virtualPath:string *
cdnPath:string -> StyleBundle
public function StyleBundle(
virtualPath : String,
cdnPath : String
)
Parameters
- virtualPath
Type: System.String
A virtual path for the bundle.
- cdnPath
Type: System.String
A CDN path for the bundle.