1 type derived from TestPageModel
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\PageActionInvokerProviderTest.cs (1)
549private class DerivedTestPageModel : TestPageModel
3 references to TestPageModel
Microsoft.AspNetCore.Mvc.RazorPages.Test (3)
Infrastructure\PageActionInvokerProviderTest.cs (3)
145Assert.NotNull(Assert.IsType<ViewDataDictionary<TestPageModel>>(pageContext.ViewData)); 432.ReturnsAsync(CreateCompiledPageActionDescriptor(descriptor, typeof(TestPageModel))); 539public TestPageModel Model { get; set; }