3 references to PageContext
Microsoft.AspNetCore.Mvc.RazorPages.Test (3)
Infrastructure\PageActionInvokerProviderTest.cs (1)
139
var pageContext = actionInvoker.
PageContext
;
Infrastructure\PageActionInvokerTest.cs (2)
109
var pageContext = Assert.IsType<PageActionInvoker>(invoker).
PageContext
;
143
var pageContext = Assert.IsType<PageActionInvoker>(invoker).
PageContext
;