Loading

摘要: 在《Pro MVC3 Framework》的示例项目中,导航栏中的链接地址形式为: http://xxx/?category=watersport书中的代码示例:Nav Controller中的代码示例public class NavController : Controller { private IProductRepository repository; public NavController(IProductRepository repo) { repository = repo; } ... 阅读全文
posted @ 2013-02-01 15:45 青岛欧姆网络科技 阅读(511) 评论(0) 推荐(0)