GlobalFilters::Filters Property
Gets or sets the global filter collection.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: property GlobalFilterCollection^ Filters { static GlobalFilterCollection^ get(); private: static void set(GlobalFilterCollection^ value); }
Use this property to register a global filter.
Show: