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