IMvcFilter 介面

定義

定義成員,這些成員可指定篩選條件順序,以及是否允許使用多個篩選條件。

public interface IMvcFilter
type IMvcFilter = interface
Public Interface IMvcFilter
衍生

屬性

AllowMultiple

在類別中實作時取得或設定值,這個值表示是否允許使用多個篩選。

Order

在類別中實作時,取得篩選順序。

適用於