4 references to GetActionDescriptorWithHandlerMethod
Microsoft.AspNetCore.Mvc.RazorPages.Test (4)
Infrastructure\PageBinderFactoryTest.cs (4)
580
var actionDescriptor =
GetActionDescriptorWithHandlerMethod
(type, nameof(PageModelWithExecutors.OnGet));
623
var actionDescriptor =
GetActionDescriptorWithHandlerMethod
(type, nameof(PageModelWithExecutors.OnGetWithBindNever));
660
var actionDescriptor =
GetActionDescriptorWithHandlerMethod
(type, nameof(PageModelWithExecutors.OnPostWithValidation));
710
var actionDescriptor =
GetActionDescriptorWithHandlerMethod
(type, nameof(PageModelWithExecutors.OnGet));