BundleCollection.Remove Method

Removes a bundle from the collection.

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

Syntax

'Declaration
Public Function Remove ( _
    bundle As Bundle _
) As Boolean
'Usage
Dim instance As BundleCollection 
Dim bundle As Bundle 
Dim returnValue As Boolean 

returnValue = instance.Remove(bundle)
public bool Remove(
    Bundle bundle
)
public:
bool Remove(
    Bundle^ bundle
)
member Remove : 
        bundle:Bundle -> bool
public function Remove(
    bundle : Bundle
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the bundle was removed; otherwise, false.

See Also

Reference

BundleCollection Class

System.Web.Optimization Namespace