Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Gets all the authorization filters in the application.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public ReadOnly Property AuthorizationFilters As IList(Of IAuthorizationFilter)
Get
public IList<IAuthorizationFilter> AuthorizationFilters { get; }
public:
property IList<IAuthorizationFilter^>^ AuthorizationFilters {
IList<IAuthorizationFilter^>^ get ();
}
Property Value
Type: System.Collections.Generic.IList<IAuthorizationFilter>
The authorization filters.