6 references to Control
Microsoft.AspNetCore.Mvc.IntegrationTests (6)
ValidationIntegrationTests.cs (6)
1562
[ValidateSometimes(nameof(
Control
))]
1564
public int ControlLength =>
Control
.Length;
1593
Assert.Null(model.
Control
);
1616
$"?{nameof(ValidateSomePropertiesSometimes.
Control
)}=1"));
1633
Assert.Equal("1", model.
Control
);
1639
state => Assert.Equal(nameof(ValidateSomePropertiesSometimes.
Control
), state.Key),