4

我该如何为此进行路由?

网址:/category/main/sub//category/main/sub1/subsub/

我希望/main/sub//main/sub1/subsub/作为 CategoryController 的 Index 操作方法中的参数。

4

1 回答 1

2

找到了答案:

应该在路由路径中使用“/category/{*path}”而不是“/category/{path}”。

于 2009-10-19T11:56:26.457 回答