02 2012 档案

摘要:星期天最累了。。。Controller1 return RedirectToAction("action", "controller", new { area = "area-name" });Page1 <%= Html.ActionLink("display-value", "action", "controller", new { area = "area-name" }, null) %>Routing1 routes.MapRoute 阅读全文
posted @ 2012-02-19 19:09 Yoer 阅读(905) 评论(0) 推荐(0)
摘要:嘿嘿,这是本人第一篇博文,请大家多多指教。使用技术:Asp.net MVC与jquery.uploadify,Jcrop首先上页面 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 5 <title>Index</title> 6 <link href="http://www.cnblogs.com/CS 阅读全文
posted @ 2012-02-18 20:28 Yoer 阅读(3968) 评论(11) 推荐(1)