13. In order to prevent a browser from caching a page which of these xstatements should be written ? September 13, 2025 by Admin A. Response.Cache.SetNoServerCaching(); B. Response.Cache.SetNoCaching(); C. Response.Cache.SetNoStore(); D. None of these ✅ The correct answer is option C.