<PackageReference Include="Microsoft.Extensions.Options" Version="11.0.0-preview.2.26159.112" />
Microsoft.Extensions.Options.PostConfigureOptions<TOptions, TDep1, TDep2>
Gets the configuration action.
Gets the first dependency.
Gets the second dependency.
public string Name {
get; }
Gets the options name.
Invokes the registered initialization
Action if the
name matches.