<?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: How to convert NameValueCollection to a (Query) String [Revised]</title>
	<atom:link href="http://leekelleher.com/2009/09/19/how-to-convert-namevaluecollection-to-a-query-string-revised/feed/" rel="self" type="application/rss+xml" />
	<link>http://leekelleher.com/2009/09/19/how-to-convert-namevaluecollection-to-a-query-string-revised/</link>
	<description>Umbraco Specialist</description>
	<lastBuildDate>Thu, 19 Jan 2012 12:40:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lee Kelleher</title>
		<link>http://leekelleher.com/2009/09/19/how-to-convert-namevaluecollection-to-a-query-string-revised/comment-page-1/#comment-9043</link>
		<dc:creator>Lee Kelleher</dc:creator>
		<pubDate>Mon, 09 Nov 2009 10:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.leekelleher.com/?p=171#comment-9043</guid>
		<description>Hi Michael, thanks for your comment.

I mention the .ToString() in my original post on this...

http://blog.leekelleher.com/2008/06/06/how-to-convert-namevaluecollection-to-a-query-string/

... on how it doesn&#039;t apply to the NameValueCollection object.  Request.QueryString.ToString() overrides the inherit method.</description>
		<content:encoded><![CDATA[<p>Hi Michael, thanks for your comment.</p>
<p>I mention the .ToString() in my original post on this&#8230;</p>
<p><a href="http://blog.leekelleher.com/2008/06/06/how-to-convert-namevaluecollection-to-a-query-string/" rel="nofollow">http://blog.leekelleher.com/2008/06/06/how-to-convert-namevaluecollection-to-a-query-string/</a></p>
<p>&#8230; on how it doesn&#8217;t apply to the NameValueCollection object.  Request.QueryString.ToString() overrides the inherit method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://leekelleher.com/2009/09/19/how-to-convert-namevaluecollection-to-a-query-string-revised/comment-page-1/#comment-9042</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 09 Nov 2009 07:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.leekelleher.com/?p=171#comment-9042</guid>
		<description>string sQueryString = context.Request.QueryString.ToString();

Not as fancy, but does the job</description>
		<content:encoded><![CDATA[<p>string sQueryString = context.Request.QueryString.ToString();</p>
<p>Not as fancy, but does the job</p>
]]></content:encoded>
	</item>
</channel>
</rss>

