<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>ASP.Net MVC Framework - Create your own IRouteHandler</title><link>http://weblogs.asp.net/fredriknormen/archive/2007/11/18/asp-net-mvc-framework-create-your-own-iroutehandler.aspx</link><description>In my previous post I wrote about how we can create our own IControllerFactory for the ASP.Net MVC Framework; in this post I will show you how we can create our own IRouteHandler. The RouteHandler in this post will replace the IControllerFactory with</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>WebForms使用System.Web.Routing</title><link>http://weblogs.asp.net/fredriknormen/archive/2007/11/18/asp-net-mvc-framework-create-your-own-iroutehandler.aspx#6815489</link><pubDate>Sat, 03 Jan 2009 08:31:38 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6815489</guid><dc:creator>geff zhang</dc:creator><author>geff zhang</author><description>&lt;p&gt;老赵同学写过在Web应用程序开发过程中利用ASP.NETMVC框架的实战技巧，Routing现在可以作为URLRewriting技术的替代者，出现在asp.netmvc框架中，将它应用于Web...&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6815489" width="1" height="1"&gt;</description></item><item><title>re: ASP.Net MVC Framework - Create your own IRouteHandler</title><link>http://weblogs.asp.net/fredriknormen/archive/2007/11/18/asp-net-mvc-framework-create-your-own-iroutehandler.aspx#6808301</link><pubDate>Sun, 28 Dec 2008 07:55:01 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6808301</guid><dc:creator>Carl McDade</dc:creator><author>Carl McDade</author><description>&lt;p&gt;Hi, I have read several similar post on customizing the MVC framework but none of them describe where the code lies in the project. Also do you have to have Visual Studio to make these changes or can they be done with VWD and or VSEE?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6808301" width="1" height="1"&gt;</description></item><item><title>ASP.NET MVC Archived Buzz, Page 1</title><link>http://weblogs.asp.net/fredriknormen/archive/2007/11/18/asp-net-mvc-framework-create-your-own-iroutehandler.aspx#6535559</link><pubDate>Mon, 18 Aug 2008 19:34:33 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6535559</guid><dc:creator>ASP.NET MVC Archived Buzz, Page 1</dc:creator><author>ASP.NET MVC Archived Buzz, Page 1</author><description>&lt;p&gt;Pingback from &amp;nbsp;ASP.NET MVC Archived Buzz, Page 1&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6535559" width="1" height="1"&gt;</description></item><item><title>ASP.NET Routing&amp;#8230; Goodbye URL rewriting? &amp;laquo; Chris Cavanagh&amp;#8217;s Blog</title><link>http://weblogs.asp.net/fredriknormen/archive/2007/11/18/asp-net-mvc-framework-create-your-own-iroutehandler.aspx#5954376</link><pubDate>Wed, 12 Mar 2008 03:28:45 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5954376</guid><dc:creator>ASP.NET Routing… Goodbye URL rewriting? « Chris Cavanagh’s Blog</dc:creator><author>ASP.NET Routing… Goodbye URL rewriting? « Chris Cavanagh’s Blog</author><description>&lt;p&gt;Pingback from &amp;nbsp;ASP.NET Routing&amp;amp;#8230; Goodbye URL rewriting? &amp;amp;laquo; Chris Cavanagh&amp;amp;#8217;s Blog&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5954376" width="1" height="1"&gt;</description></item><item><title>[翻译]MVC.创建你自己的IRouteHandler</title><link>http://weblogs.asp.net/fredriknormen/archive/2007/11/18/asp-net-mvc-framework-create-your-own-iroutehandler.aspx#5859301</link><pubDate>Mon, 25 Feb 2008 13:26:55 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5859301</guid><dc:creator>第一控制.NET</dc:creator><author>第一控制.NET</author><description>&lt;p&gt;关于如何在mvc中创建自己的iroutehandler的内容，作者结合使用了Spring.Net。&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5859301" width="1" height="1"&gt;</description></item><item><title>ASP.Net MVC Framework - Assign a ViewFactory to a Controller</title><link>http://weblogs.asp.net/fredriknormen/archive/2007/11/18/asp-net-mvc-framework-create-your-own-iroutehandler.aspx#5674800</link><pubDate>Wed, 30 Jan 2008 06:37:26 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5674800</guid><dc:creator>Community Blogs</dc:creator><author>Community Blogs</author><description>&lt;p&gt;I have seen several posts about how to assign a ViewFactory to a Controller, most of the case the code&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5674800" width="1" height="1"&gt;</description></item><item><title>MS MVC: Routing - The Good, The Bad, The RESTful | Adam Tybor's Blog</title><link>http://weblogs.asp.net/fredriknormen/archive/2007/11/18/asp-net-mvc-framework-create-your-own-iroutehandler.aspx#5475914</link><pubDate>Thu, 20 Dec 2007 02:46:37 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5475914</guid><dc:creator>MS MVC: Routing - The Good, The Bad, The RESTful | Adam Tybor's Blog</dc:creator><author>MS MVC: Routing - The Good, The Bad, The RESTful | Adam Tybor's Blog</author><description>&lt;p&gt;Pingback from &amp;nbsp;MS MVC: Routing - The Good, The Bad, The RESTful | Adam Tybor's Blog&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5475914" width="1" height="1"&gt;</description></item><item><title>Inferis&amp;#8217; Mind Dump  &amp;raquo; Blog Archive   &amp;raquo; links for 2007-12-13</title><link>http://weblogs.asp.net/fredriknormen/archive/2007/11/18/asp-net-mvc-framework-create-your-own-iroutehandler.aspx#5451974</link><pubDate>Thu, 13 Dec 2007 22:22:59 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5451974</guid><dc:creator>Inferis’ Mind Dump  » Blog Archive   » links for 2007-12-13</dc:creator><author>Inferis’ Mind Dump  » Blog Archive   » links for 2007-12-13</author><description>&lt;p&gt;Pingback from &amp;nbsp;Inferis&amp;amp;#8217; Mind Dump &amp;nbsp;&amp;amp;raquo; Blog Archive &amp;nbsp; &amp;amp;raquo; links for 2007-12-13&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5451974" width="1" height="1"&gt;</description></item><item><title>Thank You For Helping Me With My Job With ASP.NET MVC</title><link>http://weblogs.asp.net/fredriknormen/archive/2007/11/18/asp-net-mvc-framework-create-your-own-iroutehandler.aspx#5448678</link><pubDate>Thu, 13 Dec 2007 08:46:28 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5448678</guid><dc:creator>Community Blogs</dc:creator><author>Community Blogs</author><description>&lt;p&gt;I have a set of little demos apps I’ve been working on that I want to release to the public. I need to&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5448678" width="1" height="1"&gt;</description></item><item><title>Thank You For Helping Me With My Job With ASP.NET MVC</title><link>http://weblogs.asp.net/fredriknormen/archive/2007/11/18/asp-net-mvc-framework-create-your-own-iroutehandler.aspx#5448515</link><pubDate>Thu, 13 Dec 2007 08:15:14 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5448515</guid><dc:creator>you've been HAACKED</dc:creator><author>you've been HAACKED</author><description>&lt;p&gt;Thank You For Helping Me With My Job With ASP.NET MVC&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5448515" width="1" height="1"&gt;</description></item></channel></rss>