WebConfigHelperGetConfigString Method | Helper帮助文档 |
得到AppSettings中的配置字符串信息
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string GetConfigString( string key )
Public Shared Function GetConfigString ( key As String ) As String
public: static String^ GetConfigString( String^ key )
static member GetConfigString : key : string -> string
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:HD.Common.WebConfigHelper.GetConfigString(System.String)"]
Return Value
Type: String[Missing <returns> documentation for "M:HD.Common.WebConfigHelper.GetConfigString(System.String)"]
See Also