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