Documentation Index
Fetch the complete documentation index at: https://easyaf.dev/llms.txt
Use this file to discover all available pages before exploring further.
Definition
Assembly: Microsoft.Extensions.Configuration.Abstractions.dll Namespace: Microsoft.Extensions.ConfigurationSyntax
Summary
This type is defined in Microsoft.Extensions.Configuration.Abstractions.Remarks
See Microsoft documentation for more information about the rest of the API.Methods
BindWithJsonNames Extension
Extension method from
Microsoft.Extensions.Configuration.IConfigurationExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
configuration | Microsoft.Extensions.Configuration.IConfiguration | The configuration instance to bind from. |
instance | T | The instance to bind the configuration values to. |
Type Parameters
T- The type of the instance to bind the configuration values to.