This topic has not yet been rated - Rate this topic

FilterInfo.AuthorizationFilters Property

Gets all the authorization filters in the application.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public IList<IAuthorizationFilter> AuthorizationFilters { get; }

Property Value

Type: System.Collections.Generic.IList<IAuthorizationFilter>
The authorization filters.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.