Interface IMvcFilter
Defines members that specify the order of filters and whether multiple filters are allowed.
public interface IMvcFilter
Properties
AllowMultiple
When implemented in a class, gets or sets a value that indicates whether multiple filters are allowed.
bool AllowMultiple { get; }
Property Value
- bool
true if multiple filters are allowed; otherwise, false.
Order
When implemented in a class, gets the filter order.
int Order { get; }
Property Value
- int
The filter order.