3 writes to StringProperty
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
Rendering\HtmlHelperValueTest.cs (3)
155StringProperty = "ModelStringPropertyValue", 215var model = new TestModel { StringProperty = "ModelStringPropertyValue <\"\">" }; 253StringProperty = "ModelStringPropertyValue",
4 references to StringProperty
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
Rendering\HtmlHelperValueTest.cs (4)
141var html = helper.ValueFor(m => m.StringProperty, format: null); 175Assert.Equal("StringPropertyRawValue", helper.ValueFor(m => m.StringProperty, format: null)); 230Assert.Equal("<ModelStringPropertyValue <\"\">>", helper.ValueFor(m => m.StringProperty, "<{0}>")); 244StringProperty ?? "(null)",