6 references to TypeWithIncludedPropertiesUsingBindAttribute
Microsoft.AspNetCore.Mvc.Core.Test (6)
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (6)
719
[InlineData(nameof(
TypeWithIncludedPropertiesUsingBindAttribute
.IncludedExplicitly1), true)]
720
[InlineData(nameof(
TypeWithIncludedPropertiesUsingBindAttribute
.IncludedExplicitly2), true)]
721
[InlineData(nameof(
TypeWithIncludedPropertiesUsingBindAttribute
.ExcludedByDefault1), false)]
722
[InlineData(nameof(
TypeWithIncludedPropertiesUsingBindAttribute
.ExcludedByDefault2), false)]
726
var metadata = GetMetadataForProperty(typeof(
TypeWithIncludedPropertiesUsingBindAttribute
), property);
733
ModelMetadata = GetMetadataForType(typeof(
TypeWithIncludedPropertiesUsingBindAttribute
)),