If I set cache on an ASP.NET pa开发者_Go百科ge and have content, a control, in the master page then is that cached, as well?
Thanks.
Different portions of a page may be cached separately. However, if the cachability is set to either Public or Private, then the whole page, including the master page, will be cached, because the client browser or proxy servers that are doing the caching will be unable to distinguish between a normal page and a master page.
Master Page and the page will be cached.
精彩评论