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)

Public Property Order As Integer
	Get
	Private Set
End Property

Property Value

Type: System.Int32

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

Implements

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 ..

Return to top
Show: