Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes all the filters that match the specified filter.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub Remove ( _
filter As Object _
)
'Usage
Dim instance As GlobalFilterCollection
Dim filter As Object
instance.Remove(filter)
public void Remove(
Object filter
)
public:
void Remove(
Object^ filter
)
public function Remove(
filter : Object
)
Parameters
- filter
Type: System.Object
The filter to remove.