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