<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The MVC routing assembly – part VI</title><link>http://msmvps.com/blogs/luisabreu/archive/2008/06/16/the-mvc-routing-assembly-part-vi.aspx</link><description>Today we’re going to discuss url partitioning. What’s url partioning? Well, I’m sure that you agree with me when I say that one of the greatest things about the routing assembly is that we can define parameters (or placeholders) on routes ? Here’s an</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: The MVC routing assembly – part VI</title><link>http://msmvps.com/blogs/luisabreu/archive/2008/06/16/the-mvc-routing-assembly-part-vi.aspx#1690193</link><pubDate>Thu, 23 Apr 2009 13:12:58 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1690193</guid><dc:creator>luisabreu</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure if I follow everything, but don&amp;#39;t forget that you can set routes witthout using parameters. So, if you add mysite/param, then that route could be processed if it&amp;#39;s placed before the default one...does this help?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1690193" width="1" height="1"&gt;</description></item><item><title>re: The MVC routing assembly – part VI</title><link>http://msmvps.com/blogs/luisabreu/archive/2008/06/16/the-mvc-routing-assembly-part-vi.aspx#1690181</link><pubDate>Thu, 23 Apr 2009 11:17:25 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1690181</guid><dc:creator>David</dc:creator><description>&lt;p&gt;Hey there,&lt;/p&gt;
&lt;p&gt;First let me thank you for covering those materials so thoroughly! I accidently bumped into your blog and found myself reading and reading and reading...&lt;/p&gt;
&lt;p&gt;A simple question (I think)... How can I achieve the following:&lt;/p&gt;
&lt;p&gt;I have the following url:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://mysite/MyController/MyAction/param"&gt;mysite/.../param&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I want to somehow activate it using the following format:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://mysite/param"&gt;http://mysite/param&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can understand I want to set the default controller to MyController and action to MyAction.&lt;/p&gt;
&lt;p&gt;I prefer this to happen without harming the default route... Is this possible??&lt;/p&gt;
&lt;p&gt;Assuming I have to change the default route, can you show me an example?&lt;/p&gt;
&lt;p&gt;Thanks!!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1690181" width="1" height="1"&gt;</description></item></channel></rss>