Implemented interface member:
method
PostConfigure
Microsoft.Extensions.Options.IPostConfigureOptions<TOptions>.PostConfigure(System.String, TOptions)
1 reference to PostConfigure
Microsoft.Extensions.Options (1)
PostConfigureOptions.cs (1)
178public void PostConfigure(TOptions options) => PostConfigure(Options.DefaultName, options);