4 writes to Property1
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
Rendering\HtmlHelperPasswordTest.cs (4)
42
viewData.Model.
Property1
= "does-not-get-used";
183
vdd.Model.
Property1
= "property-value";
260
helper.ViewData.Model.
Property1
= "test";
291
vdd.Model.
Property1
= "prop1-value";
3 references to Property1
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
Rendering\HtmlHelperPasswordTest.cs (3)
263
var result = helper.PasswordFor(m => m.
Property1
, htmlAttributes);
278
var result = helper.PasswordFor(m => m.
Property1
, htmlAttributes: null);
300
var result = helper.PasswordFor(m => m.
Property1
, attributes);