标签:get 控制器 res ice control model comment mode nts
1、@using XXX.Controllers;//引用控制器
2、 var otherController = DependencyResolver.Current.GetService<UserCenterController>();//要引用的控制器(UserCenterController)
3、otherController.CommentState(Model.OrderId)//调用控制器里的CommentState()方法
标签:get 控制器 res ice control model comment mode nts
原文地址:http://www.cnblogs.com/qqgaoIT/p/7550856.html