2 implementations of OnProvidersExecuting
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerActionInvokerProvider.cs (1)
60
public void
OnProvidersExecuting
(ActionInvokerProviderContext context)
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvokerProvider.cs (1)
61
public void
OnProvidersExecuting
(ActionInvokerProviderContext context)
5 references to OnProvidersExecuting
Microsoft.AspNetCore.Mvc.Abstractions (4)
Abstractions\IActionInvokerProvider.cs (4)
17
/// To create an <see cref="IActionInvoker"/>, each provider has its <see cref="
OnProvidersExecuting
"/> method
37
/// <see cref="
OnProvidersExecuting
"/> called before that of a provider with a higher numeric value of
39
/// all calls to <see cref="
OnProvidersExecuting
"/>. A provider with a lower numeric value of
57
/// Called to execute the provider, after the <see cref="
OnProvidersExecuting
"/> methods of all providers,
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ActionInvokerFactory.cs (1)
26
provider.
OnProvidersExecuting
(context);