public ActionResult 动作方法()
{
var otherController = DependencyResolver.Current.GetService<另一个控制器的类名>();
var result = otherController.另一个动作方法();
return result;
}

相关文章:

  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
  • 2021-11-07
  • 2021-07-12
猜你喜欢
  • 2022-12-23
  • 2021-06-16
  • 2021-07-06
  • 2021-09-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案