Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
575 Points
164 Posts
Dec 21, 2007 06:28 PM|LINK
Try this and let me know if it works, haven't tested and interested myself.
new Route( Url = "gallery/thumbnails/[size]/[id].jpg", Defaults = new { Controller = "Thumbnail", Action="Show" } Validation = new { Size="75|150|300", Id="\d{1,10}" } }
abombss
Member
575 Points
164 Posts
Re: What about ashx handlers?
Dec 21, 2007 06:28 PM|LINK
Try this and let me know if it works, haven't tested and interested myself.
new Route( Url = "gallery/thumbnails/[size]/[id].jpg", Defaults = new { Controller = "Thumbnail", Action="Show" } Validation = new { Size="75|150|300", Id="\d{1,10}" } }