Info
Version: | 9.0.0-rc.2.24473.5 |
Author(s): | Microsoft |
Last Update: | Tuesday, October 8, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://dot.net/ |
NuGet Url: | https://www.nuget.org/packages/Microsoft.Extensions.Configuration.Binder |
Install
Install-Package Microsoft.Extensions.Configuration.Binder
dotnet add package Microsoft.Extensions.Configuration.Binder
paket add Microsoft.Extensions.Configuration.Binder
Microsoft.Extensions.Configuration.Binder Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
net461
1543 packages depend on this package.
This package enables you to represent the configuration data as strongly-typed classes defined in the application code. To bind a configuration, use the Microsoft.Extensions.Configuration.ConfigurationBinder.Get extension method on the IConfiguration object.
To use this package, you also need to install a package for the configuration provider, for example, Microsoft.Extensions.Configuration.Json for the JSON provider.