Click or drag to resize
ConfigHelperGetSetting Method
获取一项配置,若未配置则返回默认值

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static string GetSetting(
	string key,
	string defaultValue = ""
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Adf.ConfigHelper.GetSetting(System.String,System.String)"]

defaultValue (Optional)
Type: SystemString

[Missing <param name="defaultValue"/> documentation for "M:Adf.ConfigHelper.GetSetting(System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.ConfigHelper.GetSetting(System.String,System.String)"]

See Also