BundleResponse Constructor (String, IEnumerable<BundleFile>)

Initializes a new instance of the BundleResponse class.

Namespace:  System.Web.Optimization
Assembly:  System.Web.Optimization (in System.Web.Optimization.dll)

Syntax

'Declaration
Public Sub New ( _
    content As String, _
    files As IEnumerable(Of BundleFile) _
)
'Usage
Dim content As String 
Dim files As IEnumerable(Of BundleFile)

Dim instance As New BundleResponse(content, _
    files)
public BundleResponse(
    string content,
    IEnumerable<BundleFile> files
)
public:
BundleResponse(
    String^ content, 
    IEnumerable<BundleFile^>^ files
)
new : 
        content:string * 
        files:IEnumerable<BundleFile> -> BundleResponse
public function BundleResponse(
    content : String, 
    files : IEnumerable<BundleFile>
)

Parameters

See Also

Reference

BundleResponse Class

BundleResponse Overload

System.Web.Optimization Namespace