FilterInfo.AuthorizationFilters Property

 

Gets all the authorization filters in the application.

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

member AuthorizationFilters : IList<IAuthorizationFilter> with get

Property Value

Type: System.Collections.Generic.IList<IAuthorizationFilter>

The authorization filters.

Return to top
Show: