Filter::Scope Property
Gets the scope ordering of the filter.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: property FilterScope Scope { FilterScope get(); protected: void set(FilterScope value); }
Scope provides a third level of ordering for filters. For more information about ASP.NET MVC filters, see .
Show: