Share via


IActionConstraintProvider.OnProvidersExecuted Method

Definition

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).

public:
 void OnProvidersExecuted(Microsoft::AspNetCore::Mvc::ActionConstraints::ActionConstraintProviderContext ^ context);
public void OnProvidersExecuted (Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintProviderContext context);
abstract member OnProvidersExecuted : Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintProviderContext -> unit
Public Sub OnProvidersExecuted (context As ActionConstraintProviderContext)

Parameters

Applies to