Filter.Scope Property

Gets the scope ordering of the filter.

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

function get Scope () : FilterScope 
protected function set Scope (value : FilterScope)

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 Filtering in ASP.NET MVC.

Show: