WidgetAnalyticsClientSettings.BindCore(IConfigurationSection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.