WebConfigHelper Class
From HD.Common
| WebConfigHelper Class | Helper帮助文档 |
web.config操作类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class WebConfigHelper
Public NotInheritable Class WebConfigHelper
public ref class WebConfigHelper sealed
[<SealedAttribute>] type WebConfigHelper = class end
The WebConfigHelper type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| WebConfigHelper | Initializes a new instance of the WebConfigHelper class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetConfigBool |
得到AppSettings中的配置Bool信息
| |
| GetConfigDecimal |
得到AppSettings中的配置Decimal信息
| |
| GetConfigInt |
得到AppSettings中的配置int信息
| |
| GetConfigString |
得到AppSettings中的配置字符串信息
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also