IgnoreDeviceFilterElementCollection.Remove Method

Definition

Removes a IgnoreDeviceFilterElement object from the collection.

Overloads

Remove(String)

Removes the specified IgnoreDeviceFilterElement object from the collection, by using its name.

Remove(IgnoreDeviceFilterElement)

Removes the specified IgnoreDeviceFilterElement object from the collection.

Remove(String)

Removes the specified IgnoreDeviceFilterElement object from the collection, by using its name.

C#
public void Remove(string name);

Parameters

name
String

The name of the object to remove.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Remove(IgnoreDeviceFilterElement)

Removes the specified IgnoreDeviceFilterElement object from the collection.

C#
public void Remove(System.Web.Configuration.IgnoreDeviceFilterElement deviceFilter);

Parameters

deviceFilter
IgnoreDeviceFilterElement

The object to remove.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1