3 references to GetBindingContext
Microsoft.AspNetCore.Mvc.Core.Test (3)
ModelBinding\Binders\BinderTypeModelBinderTest.cs (3)
17
var bindingContext =
GetBindingContext
(typeof(Person), binderType: typeof(NullModelBinder));
32
var bindingContext =
GetBindingContext
(typeof(Person), binderType: typeof(NotNullModelBinder));
56
var bindingContext =
GetBindingContext
(typeof(Person), binderType: typeof(Person));