2014年12月30日

asp.net中MVC多语言包的使用

摘要: Global.asax.cs文件protected void Application_AcquireRequestState(object sender, EventArgs e){if (HttpContext.Current.Session != null){if (this.Session["... 阅读全文

posted @ 2014-12-30 14:17 张晓虹 阅读(187) 评论(0) 推荐(0)

导航