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 action filters in the application.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public ReadOnly Property ActionFilters As IList(Of IActionFilter)
Get
public IList<IActionFilter> ActionFilters { get; }
public:
property IList<IActionFilter^>^ ActionFilters {
IList<IActionFilter^>^ get ();
}
Property Value
Type: System.Collections.Generic.IList<IActionFilter>
All action filters.