IOrderedFilter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |