📚 Practice Mode

ASP.NET and C# Web Development Fundamentals

Learn at your own pace with hints and detailed explanations

1 / 19
Multiple Choice

How do enable output cache for an ASP.Net page?

  1. <%@ PageCache Duration="60" %>
  2. <%@ OutputCache Duration="60" %>
  3. <%@ Cache Duration="60" %>
  4. <%@ SessionCache Duration="60" %>