FilterAttribute 클래스

정의

작업 및 결과 필터 특성에 대한 기본 클래스를 나타냅니다.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public abstract class FilterAttribute : Attribute, System.Web.Mvc.IMvcFilter
type FilterAttribute = class
    inherit Attribute
    interface IMvcFilter
Public MustInherit Class FilterAttribute
Inherits Attribute
Implements IMvcFilter
상속
FilterAttribute
파생
특성
구현

생성자

FilterAttribute()

FilterAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

AllowMultiple

필터 특성의 인스턴스를 둘 이상 지정할 수 있는지를 나타내는 값을 가져오거나 설정합니다.

Order

작업 필터가 실행되는 순서를 가져오거나 설정합니다.

적용 대상