다음을 통해 공유


ReflectedControllerDescriptor.GetFilterAttributes(Boolean) 메서드

정의

필터 특성을 가져옵니다.

public override System.Collections.Generic.IEnumerable<System.Web.Mvc.FilterAttribute> GetFilterAttributes (bool useCache);
override this.GetFilterAttributes : bool -> seq<System.Web.Mvc.FilterAttribute>
Public Overrides Function GetFilterAttributes (useCache As Boolean) As IEnumerable(Of FilterAttribute)

매개 변수

useCache
Boolean

캐시를 사용하려면 true, 그렇지 않으면 false입니다.

반환

필터 특성입니다.

적용 대상