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