6 writes to Property1
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (6)
Rendering\HtmlHelperCheckboxTest.cs (6)
327
helper.ViewData["Prefix"] = new TestModel {
Property1
= true };
348
helper.ViewData["Prefix"] = new TestModel {
Property1
= true };
370
helper.ViewData.Model = new TestModel {
Property1
= true };
390
helper.ViewData.Model = new TestModel {
Property1
= true };
597
Property1
= value,
799
helper.ViewData.Model = new TestModel {
Property1
= true };
10 references to Property1
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (10)
Rendering\HtmlHelperCheckboxTest.cs (10)
304
helper.ViewData.Remove(nameof(TestModel.
Property1
));
326
helper.ViewData.Remove(nameof(TestModel.
Property1
));
347
helper.ViewData.Remove(nameof(TestModel.
Property1
));
574
var html = helper.CheckBoxFor(m => m.
Property1
, htmlAttributes: null);
603
var html = helper.CheckBoxFor(m => m.
Property1
, htmlAttributes: null);
669
var html = helper.CheckBoxFor(m => m.
Property1
, htmlAttributes: null);
689
var html = helper.CheckBoxFor(m => m.
Property1
, htmlAttributes);
714
var html = helper.CheckBoxFor(m => m.
Property1
, attributes);
735
var html = helper.CheckBoxFor(m => m.
Property1
, attributes);
754
var html = helper.CheckBoxFor(m => m.ComplexProperty.
Property1
, htmlAttributes: null);