2 writes to Value
Microsoft.AspNetCore.Mvc.IntegrationTests (2)
SimpleTypeModelBinderIntegrationTest.cs (2)
815
result = new SampleModel() {
Value
= s, Source = "TryParse" };
843
return new SampleModel() {
Value
= s, Source = "Converter" };
1 reference to Value
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
SimpleTypeModelBinderIntegrationTest.cs (1)
734
Assert.Equal("someValue", model.
Value
);