<PackageReference Include="Microsoft.Extensions.Options" Version="10.0.12" />
Microsoft.Extensions.Options.OptionsFactory<TOptions>
Initializes a new instance with the specified options configurations.
Initializes a new instance with the specified options configurations.
public TOptions Create(
string name)
Returns a configured TOptions instance with the given name.
Creates a new instance of type TOptions.