How is RedirectToRoute supposed to be used?

后端 未结 2 1740
梦毁少年i
梦毁少年i 2020-12-10 10:24

I have this in my Global.asax.cs:

routes.MapRoute(\"BetaAccess\", \"beta-access\", new { controller = \"Beta\", action = \"Index\" });

And

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