3 writes to Property1
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
Rendering\HtmlHelperPasswordTest.cs (3)
384
helper.ViewData.Model = new TestModel {
Property1
= "propValue" };
402
helper.ViewData.Model = new TestModel {
Property1
= "propValue" };
420
helper.ViewData.Model = new TestModel {
Property1
= "propValue" };
1 reference to Property1
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Rendering\HtmlHelperPasswordTest.cs (1)
405
var passwordForResult = helper.PasswordFor(m => m.
Property1
);