2 implementations of OnProvidersExecuting
Microsoft.AspNetCore.Mvc.Core (1)
ActionConstraints\DefaultActionConstraintProvider.cs (1)
20
public void
OnProvidersExecuting
(ActionConstraintProviderContext context)
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ActionSelectorTest.cs (1)
1176
public void
OnProvidersExecuting
(ActionConstraintProviderContext context)
5 references to OnProvidersExecuting
Microsoft.AspNetCore.Mvc.Abstractions (4)
ActionConstraints\IActionConstraintProvider.cs (4)
19
/// <see cref="
OnProvidersExecuting
"/> called before that of a provider with a higher numeric value of
21
/// all calls to <see cref="
OnProvidersExecuting
"/>. A provider with a lower numeric value of
34
/// <see cref="Order"/> for details on the order of execution of <see cref="
OnProvidersExecuting
(ActionConstraintProviderContext)"/>.
40
/// Called to execute the provider, after the <see cref="
OnProvidersExecuting
"/> methods of all providers,
Microsoft.AspNetCore.Mvc.Core (1)
ActionConstraints\ActionConstraintCache.cs (1)
127
_actionConstraintProviders[i].
OnProvidersExecuting
(context);