9 overrides of CanExecute
Microsoft.AspNetCore.Mvc.Core (9)
Infrastructure\ActionMethodExecutor.cs (9)
86
protected override bool
CanExecute
(ObjectMethodExecutor executor)
117
protected override bool
CanExecute
(ObjectMethodExecutor executor)
150
protected override bool
CanExecute
(ObjectMethodExecutor executor)
185
protected override bool
CanExecute
(ObjectMethodExecutor executor) => !executor.IsMethodAsync;
212
protected override bool
CanExecute
(ObjectMethodExecutor executor) => executor.MethodReturnType == typeof(Task);
240
protected override bool
CanExecute
(ObjectMethodExecutor executor)
281
protected override bool
CanExecute
(ObjectMethodExecutor executor)
316
protected override bool
CanExecute
(ObjectMethodExecutor executor)
352
protected override bool
CanExecute
(ObjectMethodExecutor executor) => true;
1 reference to CanExecute
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ActionMethodExecutor.cs (1)
47
if (Executors[i].
CanExecute
(executor))