IActionInvokerProvider.OnProvidersExecuted Method
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.
Called to execute the provider, after the OnProvidersExecuting(ActionInvokerProviderContext) methods of all providers, have been called.
public:
void OnProvidersExecuted(Microsoft::AspNetCore::Mvc::Abstractions::ActionInvokerProviderContext ^ context);
public void OnProvidersExecuted (Microsoft.AspNetCore.Mvc.Abstractions.ActionInvokerProviderContext context);
abstract member OnProvidersExecuted : Microsoft.AspNetCore.Mvc.Abstractions.ActionInvokerProviderContext -> unit
Public Sub OnProvidersExecuted (context As ActionInvokerProviderContext)
Parameters
- context
- ActionInvokerProviderContext