Google News
logo
ASP.NET - Quiz(MCQ)
What is the use of VaryByParam attribute in OutputCache directive?
A)
You can neglect VaryByParam attribute while using Page output caching.
B)
The VaryByParam attribute determines which web page is cached in database.
C)
The VaryByParam attribute determines which versions of the page output are actually cached.
D)
None of the Above.

Correct Answer :   The VaryByParam attribute determines which versions of the page output are actually cached.

Advertisement