5 references to ModelWithMixedBindingBehaviors
Microsoft.AspNetCore.Mvc.Core.Test (5)
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (5)
565
[InlineData(nameof(
ModelWithMixedBindingBehaviors
.Required), true)]
566
[InlineData(nameof(
ModelWithMixedBindingBehaviors
.Optional), true)]
567
[InlineData(nameof(
ModelWithMixedBindingBehaviors
.Never), false)]
571
var metadata = GetMetadataForProperty(typeof(
ModelWithMixedBindingBehaviors
), property);
578
ModelMetadata = GetMetadataForType(typeof(
ModelWithMixedBindingBehaviors
)),