<?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>Комментарии: Кеширование ASP.NET страниц браузером.</title>
	<atom:link href="http://usanov.net/144-keshirovanie-aspnet-stranic-brauzerom/feed" rel="self" type="application/rss+xml" />
	<link>http://usanov.net/144-keshirovanie-aspnet-stranic-brauzerom</link>
	<description>На иконку RSS можно нажать :)</description>
	<lastBuildDate>Thu, 09 Feb 2012 12:35:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Автор: Ikutsin</title>
		<link>http://usanov.net/144-keshirovanie-aspnet-stranic-brauzerom/comment-page-1#comment-159</link>
		<dc:creator>Ikutsin</dc:creator>
		<pubDate>Wed, 11 Nov 2009 11:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=144#comment-159</guid>
		<description>&lt;code lang=&quot;text&quot;&gt;
&lt;%
// prevent caching (asp classic jscript)
Response.CacheControl = &quot;no-cache&quot;;
Response.AddHeader(&quot;Pragma&quot;, &quot;no-cache&quot;);
Response.Expires = -1;
%&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code lang="text"><br />
< %<br />
// prevent caching (asp classic jscript)<br />
Response.CacheControl = "no-cache";<br />
Response.AddHeader("Pragma", "no-cache");<br />
Response.Expires = -1;<br />
%><br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Ikutsin</title>
		<link>http://usanov.net/144-keshirovanie-aspnet-stranic-brauzerom/comment-page-1#comment-25</link>
		<dc:creator>Ikutsin</dc:creator>
		<pubDate>Tue, 16 Dec 2008 15:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=144#comment-25</guid>
		<description>Вот такой вот простой способ:
&lt;pre lang=&quot;csharp&quot;&gt;Response.Cache.SetCacheability(HttpCacheability.NoCache);&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Вот такой вот простой способ:</p>
<pre lang="csharp">Response.Cache.SetCacheability(HttpCacheability.NoCache);</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

