Share via


BundleFile.ApplyTransforms Method

Applies the transforms to the file and returns the transformed stream.

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

Syntax

'Declaration
Public Function ApplyTransforms As String
'Usage
Dim instance As BundleFile 
Dim returnValue As String 

returnValue = instance.ApplyTransforms()
public string ApplyTransforms()
public:
String^ ApplyTransforms()
member ApplyTransforms : unit -> string
public function ApplyTransforms() : String

Return Value

Type: System.String
Returns String.

See Also

Reference

BundleFile Class

System.Web.Optimization Namespace