Hi,
I was wondering what the different urlpatterns are that can be used. So far I know that a variable can only come after or before a '/'.
These are correct :
/test/{category}
/test/{category}.html
This is however wrong and is not being routed :
/test/test{category}.html
I need a way of getting the above url to route from a page like http://localhost/test/testapples.html into an aspx page with 'category' as an item in RouteData.Values.
So far I have been using MVC as an alternative to URL Rewriting but this is something I need to complete my tests and start implementation.
All I have so far comes from Haack's demo which is on his nice blogpost here : http://haacked.com/archive/2008/03/11/using-routing-with-webforms.aspx
Thanks in advance!
Peter
Don't forget to click "Mark as Answer" on the post(s) that helped you. This credits that member, earns you a point and marks your thread as Resolved.
Pinky: Hmmm... let me think...
Brain: Don't hurt yourself, Pinky.