Loop Through Web AppSettings


/ Published in: VB.NET
Save to your folder(s)



Copy this code and paste it in your HTML
  1. For Each appSetting As String In ConfigurationManager.AppSettings.AllKeys
  2. Dim appSettingValue = ConfigurationManager.AppSettings.Get(appSetting)
  3. Next

URL: http://codefinds.blogspot.com/2009/01/loop-through-web-appsettings.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.