IOrderedFilter Interface

Definition

A filter that specifies the relative order it should run.

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
Derived
Implements

Properties

Order

Gets the order value for determining the order of execution of filters. Filters execute in ascending numeric value of the Order property.

Applies to