IgnoreDeviceFilterElementCollection.Remove Method (IgnoreDeviceFilterElement)

.NET Framework (current version)
 

Removes the specified IgnoreDeviceFilterElement object from the collection.

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

public void Remove(
	IgnoreDeviceFilterElement deviceFilter
)

Parameters

deviceFilter
Type: System.Web.Configuration.IgnoreDeviceFilterElement

The object to remove.

.NET Framework
Available since 4.0
Return to top
Show: