IActionConstraintProvider Interface

Definition

Provider for IActionConstraint.

C#
public interface IActionConstraintProvider

Properties

Order

Gets the order value for determining the order of execution of providers. Providers execute in ascending numeric value of the Order property.

Methods

OnProvidersExecuted(ActionConstraintProviderContext)

Called to execute the provider, after the OnProvidersExecuting(ActionConstraintProviderContext) methods of all providers, have been called. Order for details on the order of execution of OnProvidersExecuted(ActionConstraintProviderContext).

OnProvidersExecuting(ActionConstraintProviderContext)

Called to execute the provider. Order for details on the order of execution of OnProvidersExecuting(ActionConstraintProviderContext).

Applies to

Proizvod Verzije
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0