2 references to BindRequiredProperty
Microsoft.AspNetCore.Mvc.IntegrationTests (2)
BindPropertyIntegrationTest.cs (2)
186var propertyInfo = typeof(TestPage).GetProperty(nameof(TestPage.BindRequiredProperty)); 244Assert.Equal(input.Value, page.BindRequiredProperty);