OptionsBuilder<TOptions>(IServiceCollection, String) Constructor

Definition

Creates a new instance of the OptionsBuilder<TOptions> class.

C#
public OptionsBuilder(Microsoft.Extensions.DependencyInjection.IServiceCollection services, string? name);

Parameters

services
IServiceCollection

The IServiceCollection for the options being configured.

name
String

The default name of the TOptions instance; if null, DefaultName is used.

Applies to

Producto Versiones
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided), 2.1 (package-provided)