FilterAttributeFilterProvider.GetControllerAttributes 메서드

정의

컨트롤러 특성의 컬렉션을 가져옵니다.

protected virtual System.Collections.Generic.IEnumerable<System.Web.Mvc.FilterAttribute> GetControllerAttributes (System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor);
abstract member GetControllerAttributes : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor -> seq<System.Web.Mvc.FilterAttribute>
override this.GetControllerAttributes : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor -> seq<System.Web.Mvc.FilterAttribute>
Protected Overridable Function GetControllerAttributes (controllerContext As ControllerContext, actionDescriptor As ActionDescriptor) As IEnumerable(Of FilterAttribute)

매개 변수

controllerContext
ControllerContext

컨트롤러 컨텍스트입니다.

actionDescriptor
ActionDescriptor

작업 설명자입니다.

반환

컨트롤러 특성의 컬렉션입니다.

적용 대상