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