Microsoft.Extensions.Options.ConfigurationExtensions
Creates IChangeTokens so that IOptionsMonitor gets notified when IConfiguration changes.
Constructor taking the IConfiguration instance to watch.
The configuration instance.
Constructor taking the IConfiguration instance to watch.
The name of the options instance being watche.
The configuration instance.
The name of the option instance being changed.
Returns the reloadToken from IConfiguration.
Configures an option instance by using ConfigurationBinder.Bind against an IConfiguration.
The type of options to bind.
Constructor that takes the IConfiguration instance to bind against.
The IConfiguration instance.
Configures an option instance by using ConfigurationBinder.Bind against an IConfiguration.
The type of options to bind.
Constructor that takes the IConfiguration instance to bind against.
The name of the options instance.
The IConfiguration instance.
Constructor that takes the IConfiguration instance to bind against.
The name of the options instance.
The IConfiguration instance.
Used to configure the .
Extension methods for adding configuration related options services to the DI container via .
Registers a configuration instance which TOptions will bind against.
The options type to be configured.
The options builder to add the services to.
The configuration being bound.
The so that additional calls can be chained.
Registers a configuration instance which TOptions will bind against.
The options type to be configured.
The options builder to add the services to.
The configuration being bound.
Used to configure the .
The so that additional calls can be chained.
Extension methods for adding configuration related options services to the DI container.
Registers a configuration instance which TOptions will bind against.
The type of options being configured.
The to add the services to.
The configuration being bound.
The so that additional calls can be chained.
Registers a configuration instance which TOptions will bind against.
The type of options being configured.
The to add the services to.
The name of the options instance.
The configuration being bound.
The so that additional calls can be chained.
Registers a configuration instance which TOptions will bind against.
The type of options being configured.
The to add the services to.
The configuration being bound.
Used to configure the .
The so that additional calls can be chained.
Registers a configuration instance which TOptions will bind against.
The type of options being configured.
The to add the services to.
The name of the options instance.
The configuration being bound.
Used to configure the .
The so that additional calls can be chained.