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)

member Remove : 
        filter:Object -> unit

Parameters

filter
Type: System.Object

The filter to remove.

Show: