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.
Retrieves information about the action filters.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Overridable Function GetFilters ( _
controllerContext As ControllerContext, _
actionDescriptor As ActionDescriptor _
) As FilterInfo
protected virtual FilterInfo GetFilters(
ControllerContext controllerContext,
ActionDescriptor actionDescriptor
)
protected:
virtual FilterInfo^ GetFilters(
ControllerContext^ controllerContext,
ActionDescriptor^ actionDescriptor
)
Parameters
- controllerContext
Type: System.Web.Mvc.ControllerContext
The controller context.
- actionDescriptor
Type: System.Web.Mvc.ActionDescriptor
The action descriptor.
Return Value
Type: System.Web.Mvc.FilterInfo
Information about the action filters.