📚 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?
- <%@ PageCache Duration="60" %>
- <%@ OutputCache Duration="60" %>
- <%@ Cache Duration="60" %>
- <%@ SessionCache Duration="60" %>