IProviderBuilder<TBuilder>.Configure メソッド

定義

プロバイダーを構成します。

public void Configure (TBuilder builder, string name, Microsoft.Extensions.Configuration.IConfigurationSection configurationSection);
abstract member Configure : 'Builder * string * Microsoft.Extensions.Configuration.IConfigurationSection -> unit
Public Sub Configure (builder As TBuilder, name As String, configurationSection As IConfigurationSection)

パラメーター

builder
TBuilder

ビルダー。

name
String

プロバイダー名。名前 null が指定されていない場合は 。

configurationSection
IConfigurationSection

プロバイダー構成を含む構成セクション。

適用対象