다음을 통해 공유


FilterProviderCollection.GetFilters 메서드

정의

필터 공급자 컬렉션을 반환합니다.

public System.Collections.Generic.IEnumerable<System.Web.Mvc.Filter> GetFilters (System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor);
member this.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

작업 설명자입니다.

반환

필터 공급자 컬렉션입니다.

적용 대상