<PackageReference Include="Microsoft.Extensions.Options" Version="11.0.0-preview.5.26302.115" />
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.