5 lines
92 B
Plaintext
Raw Normal View History

<% @Page Language="C#" %>
<%
Response.Cache.SetCacheability (HttpCacheability.Public);
%>