Share via


IFilterProvider.GetFilters(ControllerContext, ActionDescriptor) 메서드

정의

서비스 로케이터의 모든 인스턴스를 IFilterProvider 포함하는 열거자를 반환합니다.

public System.Collections.Generic.IEnumerable<System.Web.Mvc.Filter> GetFilters (System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor);
abstract member GetFilters : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor -> seq<System.Web.Mvc.Filter>
Public Function GetFilters (controllerContext As ControllerContext, actionDescriptor As ActionDescriptor) As IEnumerable(Of Filter)

매개 변수

controllerContext
ControllerContext

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

actionDescriptor
ActionDescriptor

작업 설명자입니다.

반환

서비스 로케이터의 모든 인스턴스를 IFilterProvider 포함하는 열거자입니다.

적용 대상