配置

ASP.NET Core uses a new configuration model for handling simple name-value pairs. The new configuration model is not based on System.Configuration or web.config;rather, it pulls from an ordered set of configuration providers. The built-in configuration providers support a variety of file formats (XML, JSON, INI) and environment variables to enable environment-based configuration. You can also write your own custom configuration providers.

ASP.NET Core 使用全新的配置系统采用简单的键值对模型。 全新的配置系统不再基于 System.Configuration 或 web.config,而是从一套有序的配置提供者中获取配置。 内建的配置提供者支持一系列的文件格式(xml,json,ini)和 环境变量来使用基于环境的配置。 你也可以写自己的自定义的配置提供者。

results matching ""

    No results matching ""