1 type derived from BindPropertyController
Microsoft.AspNetCore.Mvc.Core.Test (1)
ApplicationModels\DefaultApplicationModelProviderTest.cs (1)
1341
public class DerivedFromBindPropertyController :
BindPropertyController
6 references to BindPropertyController
Microsoft.AspNetCore.Mvc.Core.Test (6)
ApplicationModels\DefaultApplicationModelProviderTest.cs (6)
1297
var propertyInfo = typeof(
BindPropertyController
).GetProperty(nameof(
BindPropertyController
.Property));
1316
var propertyInfo = typeof(
BindPropertyController
).GetProperty(nameof(
BindPropertyController
.BinderType));
1330
var propertyInfo = typeof(
BindPropertyController
).GetProperty(nameof(
BindPropertyController
.BinderSource));