WebConfigHelper Class

HD.Common

WebConfigHelper Class Helper帮助文档
web.config操作类
Inheritance Hierarchy

SystemObject  HD.CommonWebConfigHelper

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

  NameDescription
Public methodWebConfigHelper
Initializes a new instance of the WebConfigHelper class
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodStatic memberGetConfigBool
得到AppSettings中的配置Bool信息
Public methodStatic memberGetConfigDecimal
得到AppSettings中的配置Decimal信息
Public methodStatic memberGetConfigInt
得到AppSettings中的配置int信息
Public methodStatic memberGetConfigString
得到AppSettings中的配置字符串信息
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference