3 writes to BoundString
Microsoft.AspNetCore.Components.Tests (3)
RendererTest.cs (3)
4330
var component = new BoundPropertyComponent {
BoundString
= oldValue };
4377
var component = new BoundPropertyComponent {
BoundString
= "old property value" };
5977
BoundString
= (string)eventArgs.Value;
5 references to BoundString
Microsoft.AspNetCore.Components.Tests (5)
RendererTest.cs (5)
4353
Assert.Equal("new property value", component.
BoundString
);
4405
Assert.Equal(newPropertyValue, component.
BoundString
);
5974
builder.AddAttribute(1, nameof(
BoundString
),
BoundString
);
5981
builder.SetUpdatesAttributeName(nameof(
BoundString
));