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