<PackageReference Include="Microsoft.Extensions.Options" Version="10.0.11" />
Microsoft.Extensions.Options.ConfigureNamedOptions<TOptions, TDep1, TDep2>
Gets the configuration action.
Gets the first dependency.
Gets the second dependency.
public string Name {
get; }
Gets the options name.
public virtual void Configure(
string name,
TOptions options)
Invokes the registered configure
Action if the
name matches.