Tag: mvc 3,

名为“x”的路由已经在路由集合中。 路由名称必须是唯一的。 ASP.NET MVC 3的exception

我正在做一个ASP.NET MVC 3的Web服务,我不断得到这个exception。 堆栈跟踪: Server Error in '/' Application. A route named 'ListTables' is already in the route collection. Route names must be unique. Parameter name: name Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated […]

ASP.NET MVC路由的无限URL参数

我需要一个实现,我可以在我的ASP.NET控制器上获得无限的参数。 如果我举个例子,会更好一些: 假设我会有以下url: example.com/tag/poo/bar/poobar example.com/tag/poo/bar/poobar/poo2/poo4 example.com/tag/poo/bar/poobar/poo89 正如你所看到的,它会在example.com/tag/后面得到无数个标签,斜杠在这里是一个分隔符。 在控制器上,我想这样做: foreach(string item in paramaters) { //this is one of the url paramaters string poo = item; } 有没有已知的方法来实现这一点? 我怎样才能达到控制器的价值? 随着Dictionary<string, string>或List<string> ? 注意 : 这个问题没有很好的解释海事组织,但我尽我所能来适应它。 英寸,随意调整它