Create your own appsettings - name value pair configuration
from c# corner
Simple bit of config to make your own name value configuration:
Thanks to accessify.com for online escaping and HTML source and Web Source for helping me remember CSS
Simple bit of config to make your own name value configuration:
<section name="myAppSettings" type="System.Configuration.NameValueFileSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
Thanks to accessify.com for online escaping and HTML source and Web Source for helping me remember CSS
0 Comments:
Post a Comment
<< Home