5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
<% @Page Language="C#" %>
|
|
<%
|
|
Response.Cache.SetCacheability (HttpCacheability.Public);
|
|
%>
|