我正在使用global.asax重写使用Server.Transfer方法的 URL。
在我转移到的实际页面中,我有,<%@ OutputCache Duration="600" VaryByParam="id" %>但页面没有被缓存。
我正在使用global.asax重写使用Server.Transfer方法的 URL。
在我转移到的实际页面中,我有,<%@ OutputCache Duration="600" VaryByParam="id" %>但页面没有被缓存。