<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ASP.NET MVC and ReturnUrl</title>
	<atom:link href="http://codelog.climens.net/2009/08/05/asp-net-mvc-and-returnurl/feed/" rel="self" type="application/rss+xml" />
	<link>http://codelog.climens.net/2009/08/05/asp-net-mvc-and-returnurl/</link>
	<description>Development, productivity, blogging, technology, life in the trenches...</description>
	<lastBuildDate>Thu, 29 Dec 2011 22:53:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: climens</title>
		<link>http://codelog.climens.net/2009/08/05/asp-net-mvc-and-returnurl/comment-page-1/#comment-1662</link>
		<dc:creator>climens</dc:creator>
		<pubDate>Tue, 06 Oct 2009 06:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://codelog.climens.net/?p=227#comment-1662</guid>
		<description>Thanks Dave,
I makes sense to do that as the result of the second method is the same as adding the value to the routeValue collection.</description>
		<content:encoded><![CDATA[<p>Thanks Dave,<br />
I makes sense to do that as the result of the second method is the same as adding the value to the routeValue collection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Van den Eynde</title>
		<link>http://codelog.climens.net/2009/08/05/asp-net-mvc-and-returnurl/comment-page-1/#comment-1661</link>
		<dc:creator>Dave Van den Eynde</dc:creator>
		<pubDate>Tue, 06 Oct 2009 05:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://codelog.climens.net/?p=227#comment-1661</guid>
		<description>Another option is to add the returnUrl as a routeValue in the BeginForm() call, like so:

using (Html.BeginForm(&quot;Action&quot;, &quot;Controller&quot;, new { returnUrl = Request.QueryString[&quot;returnUrl&quot;] }, FormMethod, htmlAttributes))</description>
		<content:encoded><![CDATA[<p>Another option is to add the returnUrl as a routeValue in the BeginForm() call, like so:</p>
<p>using (Html.BeginForm(&#8220;Action&#8221;, &#8220;Controller&#8221;, new { returnUrl = Request.QueryString["returnUrl"] }, FormMethod, htmlAttributes))</p>
]]></content:encoded>
	</item>
</channel>
</rss>

