IBundleBuilder.BuildBundleContent Method
Concatenates files inside the bundle.
Namespace: System.Web.Optimization
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
Syntax
'Declaration
Function BuildBundleContent ( _
bundle As Bundle, _
context As BundleContext, _
files As IEnumerable(Of BundleFile) _
) As String
'Usage
Dim instance As IBundleBuilder
Dim bundle As Bundle
Dim context As BundleContext
Dim files As IEnumerable(Of BundleFile)
Dim returnValue As String
returnValue = instance.BuildBundleContent(bundle, _
context, files)
string BuildBundleContent(
Bundle bundle,
BundleContext context,
IEnumerable<BundleFile> files
)
String^ BuildBundleContent(
Bundle^ bundle,
BundleContext^ context,
IEnumerable<BundleFile^>^ files
)
abstract BuildBundleContent :
bundle:Bundle *
context:BundleContext *
files:IEnumerable<BundleFile> -> string
function BuildBundleContent(
bundle : Bundle,
context : BundleContext,
files : IEnumerable<BundleFile>
) : String
Parameters
- bundle
Type: System.Web.Optimization.Bundle
The bundle to contain the bundle files.
- context
Type: System.Web.Optimization.BundleContext
The bundle context.
- files
Type: System.Collections.Generic.IEnumerable<BundleFile>
The collection of bundle files to concatenate.
Return Value
Type: System.String
Returns String.