why the parentheses?

I assume your url is:

/someGroupName/images/Banner800x600.png

just skip the parentheses and it will work I believe.

On 12 feb 2009, at 03:20, Daniel Pupek wrote:

> Ok, I have tested this and so far it doesn't seem to work but I  
> wanted to see if anyone had a suggestion:
>
> new PatternRoute("/<groupName>/images/Banner(<width>x<height>).png")
>                .DefaultForArea().IsEmpty
>                .DefaultForAction().Is("Show")
>                .DefaultForController().Is("Images")
>
> I am trying to extract the height and width for the image.
>
> thanks,
> Dan
>
>
> Checkout my blog @ http://blog.agilejedi.com
> Checkout my homepage @ http://www.agilejedi.com
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to