我正在尝试使用缓存在同一页面上的多个控件VaryByControl
。我想让你告诉我这种方法是否正确。
<%@ OutputCache Duration="1000" VaryByParam="None" VaryByControl="tbxFirstName; tbxLastName;pbxMain;lstCountyID;tbxEmailAddress;tbxVerifyEmailAddress;tbxPromoCode;tbxPassword;tbxSecurityCode;cbxAgree" %>
谢谢