FilterAttributeFilterProvider.GetActionAttributes メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カスタム アクション属性のコレクションを取得します。
protected virtual System.Collections.Generic.IEnumerable<System.Web.Mvc.FilterAttribute> GetActionAttributes (System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor);
abstract member GetActionAttributes : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor -> seq<System.Web.Mvc.FilterAttribute>
override this.GetActionAttributes : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor -> seq<System.Web.Mvc.FilterAttribute>
Protected Overridable Function GetActionAttributes (controllerContext As ControllerContext, actionDescriptor As ActionDescriptor) As IEnumerable(Of FilterAttribute)
パラメーター
- controllerContext
- ControllerContext
コントローラー コンテキスト。
- actionDescriptor
- ActionDescriptor
アクション記述子。
戻り値
カスタム アクション属性のコレクション。