什么相当于MVC中的Page.Response [英] what is equivalent to Page.Response in MVC

查看:124
本文介绍了什么相当于MVC中的Page.Response的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我通过在aspx页面中传递一个变量Page.Response来创建excel。但现在我想从控制器调用该方法。并且在调用时在Page.Response中出现错误。



那么任何人都能告诉我什么相当于MVC中的Page.Response吗?



谢谢

Hi,

I was creating excel by passing one of the variable Page.Response in aspx page. But now I want to call the method from a controller. and its getting error in the Page.Response while calling.

So can any one tell me what is equivalent to Page.Response in MVC?

Thanks

推荐答案

return RedirectToAction("Index", "Home");





-KR



-KR


这篇关于什么相当于MVC中的Page.Response的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆