IOrderedFilter 介面

定義

指定其應執行之相對順序的篩選。

public interface class IOrderedFilter : Microsoft::AspNetCore::Mvc::Filters::IFilterMetadata
public interface IOrderedFilter : Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
type IOrderedFilter = interface
    interface IFilterMetadata
Public Interface IOrderedFilter
Implements IFilterMetadata
衍生
實作

屬性

Order

取得決定篩選準則執行順序的順序值。 篩選會以屬性的 Order 遞增數值執行。

適用於