<PackageReference Include="Microsoft.Extensions.Options" Version="10.0.9" />
Microsoft.Extensions.Options.ConfigureNamedOptions<TOptions, TDep>
Gets the configuration action.
Gets the 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.