You are developing an ASP.NET Web application. The application will contain a page that is
customized for various browsers. The application will use output cache to optimize performance.
You need to ensure that the page is cached by browser type and major version only. Which attribute
should you add to the OutputCache directive?
A.
varyByCustom= “browser”
B.
varyByCustom= “User-Agentt”
C.
varyByHeader= “browser”
D.
varyByHeader= “User-Agentt”