Dealing ASP.net Routes with n slashes using regex?

If you want to set the data variable to everything that comes after Box, just use the catch-all parameter routes. MapRoute( "Box", "Box/{*data}", new { controller = "Box", action = "Index"} ).

If you want to set the data variable to everything that comes after Box, just use the catch-all parameter. Routes. MapRoute( "Box", "Box/{*data}", new { controller = "Box", action = "Index"} ).

Really... Thanks man! – Wellington Oct 12 '09 at 19:37 No problem. By default, the asp.Net mvc routing engine separates everything into tokens using the slash as a divider... so I'm not sure how it would work in regular expressions, but probably not well ;) – womp Oct 12 '09 at 19:56 Niiiice just what I wanted :) – superlogical May 5 at 8:11.

I think that using PHP's sqlite_create_function() I can create some kind of routine to do this, but I don't know exactly how, since is the first time I develop using SQLITE. If interest, it's part of an MVC Routing of a Framework I'm developing. Thank you very much, in advance.

If you want to set the data variable to everything that comes after Box, just use the catch-all parameter.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions