5 writes to HandlerMethod
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionInvoker.cs (2)
330
HandlerMethod
= _handler,
343
HandlerMethod
= _handler,
Microsoft.AspNetCore.Mvc.RazorPages.Test (2)
Infrastructure\PageActionInvokerTest.cs (2)
366
handler = c.
HandlerMethod
= c.ActionDescriptor.HandlerMethods[1];
420
handler = c.
HandlerMethod
= c.ActionDescriptor.HandlerMethods[1];
RazorPagesWebSite (1)
ModelWithPageFilter.cs (1)
30
context.
HandlerMethod
= context.ActionDescriptor.HandlerMethods.First(m => m.Name == "Edit");
3 references to HandlerMethod
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvoker.cs (1)
420
_handler = _handlerSelectedContext.
HandlerMethod
;
Microsoft.AspNetCore.Mvc.RazorPages.Test (2)
Infrastructure\PageActionInvokerTest.cs (2)
381
.Callback<PageHandlerSelectedContext>(c => Assert.Same(handler, c.
HandlerMethod
))
436
.Callback<PageHandlerSelectedContext>(c => Assert.Same(handler, c.
HandlerMethod
))