3 writes to BoundString
Microsoft.AspNetCore.Components.Tests (3)
RendererTest.cs (3)
4329
var component = new BoundPropertyComponent {
BoundString
= oldValue };
4376
var component = new BoundPropertyComponent {
BoundString
= "old property value" };
5914
BoundString
= (string)eventArgs.Value;
5 references to BoundString
Microsoft.AspNetCore.Components.Tests (5)
RendererTest.cs (5)
4352
Assert.Equal("new property value", component.
BoundString
);
4404
Assert.Equal(newPropertyValue, component.
BoundString
);
5911
builder.AddAttribute(1, nameof(
BoundString
),
BoundString
);
5918
builder.SetUpdatesAttributeName(nameof(
BoundString
));