Config Class

NSG Library

Config Class

Static helpers for handling AppSettings configuration.
Inheritance Hierarchy
SystemObject  NSG.Library.HelpersConfig

Namespace:  NSG.Library.Helpers
Assembly:  NSG.Library.Helpers (in NSG.Library.Helpers.dll) Version: 1.0.1.17 (1.0.1.17)
Syntax
public static class Config
Public NotInheritable Class Config
public ref class Config abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Config =  class end

The Config type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetBoolAppSettingConfigValue
Get a value from the AppSetting section of the web config.
Public methodStatic memberGetIntAppSettingConfigValue
Get a value from the AppSetting section of the web config.
Public methodStatic memberGetStringAppSettingConfigValue
Get a value from the AppSetting section of the web config.
Top
See Also