Filter::Scope Property

 

Gets the scope ordering of the filter.

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

public:
property FilterScope Scope {
	FilterScope get();
	protected: void set(FilterScope value);
}

Property Value

Type: System.Web.Mvc::FilterScope

The scope ordering of the filter.

Scope provides a third level of ordering for filters. For more information about ASP.NET MVC filters, see .

Return to top
Show: