GlobalFilterCollection.Remove Method

Removes all the filters that match the specified filter.

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

public void Remove(
	Object filter
)

Parameters

filter
Type: System.Object

The filter to remove.

Show: