Udostępnij za pośrednictwem


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

'Declaration
Public NotInheritable Class GlobalFilters
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class GlobalFilters
public ref class GlobalFilters abstract sealed
public final class GlobalFilters

The GlobalFilters type exposes the following members.

Properties

  Name Description
Public propertyStatic 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

System.Web.Mvc Namespace

Other Resources

Filtering in ASP.NET MVC