IActionConstraintProvider Interface

Namespace
Microsoft.AspNetCore.Mvc.ActionConstraints
Assemblies
  • Microsoft.AspNetCore.Mvc.Abstractions

Syntax

public interface IActionConstraintProvider
interface Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraintProvider

Methods

OnProvidersExecuted(Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintProviderContext)
void OnProvidersExecuted(ActionConstraintProviderContext context)
OnProvidersExecuting(Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintProviderContext)
void OnProvidersExecuting(ActionConstraintProviderContext context)

Properties

Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraintProvider.Order

Gets the order value for determining the order of execution of providers. Providers execute in ascending numeric value of the Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraintProvider.Order property.

Return type:System.Int32
int Order { get; }