<?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: Getting an absolute URL from ASP.NET MVC</title>
	<atom:link href="http://blog.veggerby.dk/2009/01/13/getting-an-absolute-url-from-aspnet-mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.veggerby.dk/2009/01/13/getting-an-absolute-url-from-aspnet-mvc/</link>
	<description>Low decoupling, highly incoherent</description>
	<lastBuildDate>Sat, 06 Mar 2010 09:56:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ian</title>
		<link>http://blog.veggerby.dk/2009/01/13/getting-an-absolute-url-from-aspnet-mvc/comment-page-1/#comment-3478</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 25 Nov 2009 17:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.veggerby.dk/2009/01/13/getting-an-absolute-url-from-aspnet-mvc/#comment-3478</guid>
		<description>public static string ActionAbsolute(this UrlHelper url, string actionName, string controllerName, object routeValues)
{
    return new Uri(
        GetBaseUrl(url),
        url.Action(actionName, controllerName, routeValues)
        ).AbsoluteUri;
}

Thanks again!</description>
		<content:encoded><![CDATA[<p>public static string ActionAbsolute(this UrlHelper url, string actionName, string controllerName, object routeValues)<br />
{<br />
    return new Uri(<br />
        GetBaseUrl(url),<br />
        url.Action(actionName, controllerName, routeValues)<br />
        ).AbsoluteUri;<br />
}</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veggerby : IBlog &#187; Blog Archive &#187; ASP.NET MVC Gravatar HtmlHelper</title>
		<link>http://blog.veggerby.dk/2009/01/13/getting-an-absolute-url-from-aspnet-mvc/comment-page-1/#comment-3307</link>
		<dc:creator>Veggerby : IBlog &#187; Blog Archive &#187; ASP.NET MVC Gravatar HtmlHelper</dc:creator>
		<pubDate>Wed, 30 Sep 2009 19:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.veggerby.dk/2009/01/13/getting-an-absolute-url-from-aspnet-mvc/#comment-3307</guid>
		<description>[...] The Absolute extension method is similar to the ActionAbsolute method I posted earlier: [...]</description>
		<content:encoded><![CDATA[<p>[...] The Absolute extension method is similar to the ActionAbsolute method I posted earlier: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Getting an absolute URL from ASP.NET Webforms &#124; Veggerby : IBlog</title>
		<link>http://blog.veggerby.dk/2009/01/13/getting-an-absolute-url-from-aspnet-mvc/comment-page-1/#comment-3177</link>
		<dc:creator>Getting an absolute URL from ASP.NET Webforms &#124; Veggerby : IBlog</dc:creator>
		<pubDate>Thu, 15 Jan 2009 18:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.veggerby.dk/2009/01/13/getting-an-absolute-url-from-aspnet-mvc/#comment-3177</guid>
		<description>[...] to the post Getting an absolute URL from ASP.NET MVC here is the corresponding ASP.NET Webforms version (not as extension methods): public static Uri [...]</description>
		<content:encoded><![CDATA[<p>[...] to the post Getting an absolute URL from ASP.NET MVC here is the corresponding ASP.NET Webforms version (not as extension methods): public static Uri [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.NET MVC Archived Blog Posts, Page 1</title>
		<link>http://blog.veggerby.dk/2009/01/13/getting-an-absolute-url-from-aspnet-mvc/comment-page-1/#comment-3176</link>
		<dc:creator>ASP.NET MVC Archived Blog Posts, Page 1</dc:creator>
		<pubDate>Tue, 13 Jan 2009 15:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.veggerby.dk/2009/01/13/getting-an-absolute-url-from-aspnet-mvc/#comment-3176</guid>
		<description>[...] to VoteGetting an absolute URL from ASP.NET MVC (1/12/2009)Monday, January 12, 2009 from blog.veggerby.dkI have been in situations where I need to generate an [...]</description>
		<content:encoded><![CDATA[<p>[...] to VoteGetting an absolute URL from ASP.NET MVC (1/12/2009)Monday, January 12, 2009 from blog.veggerby.dkI have been in situations where I need to generate an [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
