1 override of CanBindProperty
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (1)
1660
protected override bool
CanBindProperty
(
4 references to CanBindProperty
Microsoft.AspNetCore.Mvc.Core (3)
ModelBinding\Binders\ComplexTypeModelBinder.cs (3)
112
if (!
CanBindProperty
(bindingContext, property))
162
if (!
CanBindProperty
(bindingContext, property))
382
if (!
CanBindProperty
(bindingContext, propertyMetadata))
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (1)
1652
return base.
CanBindProperty
(bindingContext, propertyMetadata);