vote up 0 vote down star

I want to create a productcatalog with N-Level Categories

e.g.

/Catalog/Category1/Category2/../SubCategoryN/Product/{ProductActions}/{ID}

And at the same time be able to 

/Catalog/Category1/Category2/../SubCategoryN/{CategoryActions}

Is that possible and if Yes how?

flag

75% accept rate

1 Answer

vote up 1 vote down check

Not with the default Route class, but you can make your own route class by deriving from RouteBase. You basically end up having to do all the work yourself of parsing the URL, but you can use the source from Route to help you get started.

link|flag
I've been working on deriving from RouteBase, but am confused what GetVirualPathData should do. Maybe post and example? – Geoff Cox Nov 19 '08 at 3:12

Your Answer

Get an OpenID
or

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