Class UpdateableOptionsServiceCollectionExtensions
Extension members for initializing updateable options.
public static class UpdateableOptionsServiceCollectionExtensions
- Inheritance
-
UpdateableOptionsServiceCollectionExtensions
- Inherited Members
Methods
AddUpdateableOptions(IServiceCollection)
Adds services required for using updateable options.
public static IServiceCollection AddUpdateableOptions(this IServiceCollection services)
Parameters
servicesIServiceCollection
Returns
- IServiceCollection
The IServiceCollection so that additional calls can be chained.