語言

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
衍生
屬性
實作

建構函式

名稱 Description
FilterAttribute()

初始化 FilterAttribute 類別的新執行個體。

屬性

名稱 Description
AllowMultiple

取得或設定值,這個值表示是否可以指定多個篩選條件屬性執行個體。

Order

取得或設定動作篩選條件的執行順序。

適用於