ASP.NET MVC 3 - redirect to another action

前端 未结 5 1309
攒了一身酷
攒了一身酷 2020-12-02 18:20

I want to redirect the Index action of the Home controller to another controller\'s action and nothing else. My code is thus:

    public void Index()
    {
          


        
5条回答
提交回复
热议问题