wildcards in asp.net mvc routes

前端 未结 1 2170
闹比i
闹比i 2021-02-20 01:14

i\'m using asp.net mvc with vs2008 and IIS7. What i want to accomplish is that all requests that START WITH \'summer\' are routed to the same controller. \'till now i\'ve built

1条回答
  •  感动是毒
    2021-02-20 01:27

    You can use:

    /Summer{*Data}
    

    0 讨论(0)
提交回复
热议问题