Freigeben über


WidgetAnalyticsClientSettings.BindCore(IConfigurationSection) Method

Definition

Binds configuration values from the given section.

protected override void BindCore(Microsoft.Extensions.Configuration.IConfigurationSection section);
abstract member BindCore : Microsoft.Extensions.Configuration.IConfigurationSection -> unit
override this.BindCore : Microsoft.Extensions.Configuration.IConfigurationSection -> unit
Protected Overrides Sub BindCore (section As IConfigurationSection)

Parameters

section
IConfigurationSection

The configuration section.

Applies to