2 writes to Property1
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Rendering\HtmlHelperRadioButtonExtensionsTest.cs (2)
55
helper.ViewData.Model = new TestModel {
Property1
= value };
75
helper.ViewData.Model = new TestModel {
Property1
= value };
1 reference to Property1
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Rendering\HtmlHelperRadioButtonExtensionsTest.cs (1)
78
var radioButtonForResult = helper.RadioButtonFor(m => m.
Property1
, value: "myvalue");