Implemented interface member:
method
Configure
Microsoft.Extensions.Options.IConfigureOptions<TOptions>.Configure(TOptions)
10 references to Configure
Microsoft.AspNetCore.Mvc.Core.Test (4)
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (1)
1088setup.Configure(options.Value);
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (1)
1250setup.Configure(options.Value);
ModelBinding\Binders\HeaderModelBinderTests.cs (1)
339setup.Configure(options);
ModelBinding\Validation\DefaultObjectValidatorTests.cs (1)
1198optionsSetup.Configure(options);
Microsoft.AspNetCore.Mvc.Core.TestCommon (1)
TestModelBinderFactory.cs (1)
63new MvcCoreMvcOptionsSetup(new TestHttpRequestStreamReaderFactory()).Configure(options.Value);
Microsoft.AspNetCore.Mvc.IntegrationTests (5)
BindingSourceMetadataProviderIntegrationTest.cs (2)
24setup.Configure(options); 78setup.Configure(options);
ExcludeBindingMetadataProviderIntegrationTest.cs (2)
25setup.Configure(options); 71setup.Configure(options);
TestMvcOptions.cs (1)
21optionsSetup.Configure(Value);