2 references to BindProperty
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\Binders\ComplexTypeModelBinder.cs (2)
143
var result = await
BindProperty
(bindingContext, property, fieldName, modelName);
171
await
BindProperty
(bindingContext, property, fieldName, modelName);