MvcFilter.Order Property

Gets a value that indicates the order in which a filter is applied.

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

'Declaration
Public Property Order As Integer 
	Get 
	Private Set
'Usage
Dim instance As MvcFilter 
Dim value As Integer 

value = instance.Order

Property Value

Type: System.Int32
A value that indicates the order in which a filter is applied.ImplementsOrder.

Implements

IMvcFilter.Order

Filter order determines order only for filters of the same type. Some filters run in forward order and some in reverse order. For more information about ASP.NET MVC filters, see Filtering in ASP.NET MVC..

Show: