1 write to Value
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
1716var expected = new DataMemberAttributesType { Key = "Age", Value = 20 };
1 reference to Value
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
1730Assert.Equal(expected.Value, result.Value);