码迷,mamicode.com
首页 > 移动开发 > 详细

MVC.Net:读取Web.config/App.config配置

时间:2014-05-29 15:15:54      阅读:536      评论:0      收藏:0      [点我收藏+]

标签:c   style   class   blog   code   a   

需要读取Web.config/App.config的配置很简单,首先我们需要将配置写入到<appSettings>中,例如:

<appSettings>
     <add key="thumbSize_weight" value="300"/>
     <add key="thumbSize_height" value="300"/>
</appSettings>

读取配置语句(需要引入System.Configuration):

ConfigurationManager.AppSettings["thumbSize_weight"]

Done!

MVC.Net:读取Web.config/App.config配置,布布扣,bubuko.com

MVC.Net:读取Web.config/App.config配置

标签:c   style   class   blog   code   a   

原文地址:http://www.cnblogs.com/ilovewindy/p/3753340.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!