如果我在 asp.net 页面中使用 Substitution 控件,并在页面中添加以下指令:
<%@ OutputCache Duration="7200" VaryByParam="None" Location="Any" %>
是否会忽略 location 属性,因为在页面上使用 Substitution 控件会使页面只能在服务器上缓存?
如果我在 asp.net 页面中使用 Substitution 控件,并在页面中添加以下指令:
<%@ OutputCache Duration="7200" VaryByParam="None" Location="Any" %>
是否会忽略 location 属性,因为在页面上使用 Substitution 控件会使页面只能在服务器上缓存?