你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JsonConfigHelper.ImportConfigFile(String) Method

Definition

Import configs from a file.

public void ImportConfigFile (string path);
member this.ImportConfigFile : string -> unit
Public Sub ImportConfigFile (path As String)

Parameters

path
String

Path to the config file.

Remarks

Note: this method only imports the config file. Please call BuildConfig() to rebuild the config manager.

Applies to