GlobalFilters Class (System.Web.Mvc)

Switch View :
ScriptFree
.NET Framework Class Library
GlobalFilters Class

Represents the global filter collection.

Inheritance Hierarchy

System.Object
  System.Web.Mvc.GlobalFilters

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

Visual Basic (Declaration)
Public NotInheritable Class GlobalFilters
Visual Basic (Usage)
You do not need to declare an instance of a static class in order to access its members.
C#
public static class GlobalFilters
Visual C++
public ref class GlobalFilters abstract sealed
JScript
public final class GlobalFilters

The GlobalFilters type exposes the following members.

Properties

  Name Description
Public property Static member Filters Gets or sets the global filter collection.
Top
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also

Reference

Other Resources