7 writes to Property1
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (7)
Rendering\HtmlHelperTextBoxExtensionsTest.cs (7)
23
helper.ViewData.Model = new TestModel {
Property1
= "propValue" };
41
helper.ViewData.Model = new TestModel {
Property1
= "propValue" };
59
helper.ViewData.Model = new TestModel {
Property1
= "propValue" };
77
helper.ViewData.Model = new TestModel {
Property1
= "propValue" };
95
helper.ViewData.Model = new TestModel {
Property1
= "propValue" };
118
Property1
= "propValue"
146
Property1
= "propValue"
2 references to Property1
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Rendering\HtmlHelperTextBoxExtensionsTest.cs (2)
44
var textBoxForResult = helper.TextBoxFor(m => m.
Property1
);
153
var textBoxForResult = helper.TextBoxFor(m => m.
Property1
, htmlAttributes);