vote up 1 vote down star

How can I make routing for this?

URL: /category/main/sub/ or /category/main/sub1/subsub/

I want to have /main/sub/ and /main/sub1/subsub/ as parameters in Index action method of CategoryController.

flag

73% accept rate

1 Answer

vote up 1 vote down

Found the answer:

Should use "/category/{*path}" instead of "/category/{path}" in the routing path.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.