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)

'Declaration
Public Sub Remove ( _
	filter As Object _
)
'Usage
Dim instance As GlobalFilterCollection 
Dim filter As Object

instance.Remove(filter)

Parameters

filter
Type: System.Object

The filter to remove.

Show: