Share via


BundleFile.Transforms Property

Transforms that apply to this specific file.

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

Syntax

'Declaration
Public ReadOnly Property Transforms As IList(Of IItemTransform)
    Get
'Usage
Dim instance As BundleFile 
Dim value As IList(Of IItemTransform)

value = instance.Transforms
public IList<IItemTransform> Transforms { get; }
public:
property IList<IItemTransform^>^ Transforms {
    IList<IItemTransform^>^ get ();
}
member Transforms : IList<IItemTransform>
function get Transforms () : IList<IItemTransform>

Property Value

Type: System.Collections.Generic.IList<IItemTransform>
Returns IList<T>.

See Also

Reference

BundleFile Class

System.Web.Optimization Namespace