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