GlobalFilters::Filters Property

Gets or sets the global filter collection.

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

public:
static property GlobalFilterCollection^ Filters {
	GlobalFilterCollection^ get ();
	private: void set (GlobalFilterCollection^ value);
}

Property Value

Type: System.Web.Mvc::GlobalFilterCollection
The global filter collection.

Use this property to register a global filter.

Show: