Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > possible to allow an arbitrary number of slashes in a RouteTable entry?

Reply
Thread Tools

possible to allow an arbitrary number of slashes in a RouteTable entry?

 
 
PJ6
Guest
Posts: n/a
 
      06-19-2010
Is there a syntax I can use, when adding routes to a route table, to allow
*all* requests going to "/SomeRoute/" to be handled? I have some URLs that
need to be of the form "/SomeRoute/etc1/etc2/etc3", with an arbitrary number
of slashes. The route table seems to not handle anything that doesn't have
the number of slashes it expects.

Paul


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.NET MVC RouteTable question laziers@gmail.com ASP .Net 1 04-10-2008 08:15 PM
newbie: allow deny vs deny allow Jeff ASP .Net 2 09-19-2006 02:12 AM
RegEx: odd number of slashes? and too many slashes? Dan Wilkin Perl Misc 1 07-17-2006 03:47 AM
calling an arbitrary function w/ arbitrary arguments Honestmath C++ 5 12-13-2004 06:18 AM
String replacement( 2 slashes-> 4 slashes ) qazmlp Java 5 04-07-2004 10:26 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57