FilterAttributeFilterProvider.GetActionAttributes 메서드

정의

사용자 지정 작업 특성의 컬렉션을 가져옵니다.

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

작업 설명자입니다.

반환

사용자 지정 작업 특성의 컬렉션입니다.

적용 대상