1 instantiation of PageModelWithValidation
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\PageBinderFactoryTest.cs (1)
559
var model = new
PageModelWithValidation
();
5 references to PageModelWithValidation
Microsoft.AspNetCore.Mvc.RazorPages.Test (5)
Infrastructure\PageBinderFactoryTest.cs (5)
520
var type = typeof(
PageModelWithValidation
).GetTypeInfo();
528
Name = nameof(
PageModelWithValidation
.Validated),
530
Property = type.GetProperty(nameof(
PageModelWithValidation
.Validated)),
559
var
model = new PageModelWithValidation();
571
Assert.Equal(nameof(
PageModelWithValidation
.Validated), kvp.Key);