2 references to PocoModel
Microsoft.AspNetCore.Mvc.RazorPages.Test (2)
Infrastructure\PageActionInvokerTest.cs (2)
256
Assert.IsType<ViewDataDictionary<
PocoModel
>>(page.PageContext.ViewData);
1611
ModelTypeInfo = typeof(
PocoModel
).GetTypeInfo(),