1 write to MvcOptions
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
ModelBindingTestHelper.cs (1)
38
MvcOptions
= options.Value,
7 references to MvcOptions
Microsoft.AspNetCore.Mvc.IntegrationTests (7)
ActionParametersIntegrationTest.cs (1)
607
testContext.
MvcOptions
,
BodyValidationIntegrationTests.cs (2)
375
testContext.
MvcOptions
.AllowEmptyInputInBodyModelBinding = true;
417
testContext.
MvcOptions
.AllowEmptyInputInBodyModelBinding = true;
ComplexRecordIntegrationTest.cs (2)
148
testContext.
MvcOptions
.AllowEmptyInputInBodyModelBinding = true;
202
testContext.
MvcOptions
.AllowEmptyInputInBodyModelBinding = true;
ComplexTypeIntegrationTestBase.cs (1)
185
testContext.
MvcOptions
.AllowEmptyInputInBodyModelBinding = true;
GenericModelBinderIntegrationTest.cs (1)
198
testContext.
MvcOptions
,