Microsoft
70-484 · Question #19
70-484 Question #19: Real Exam Question with Answer & Explanation
The correct answer is B. Option B. NavigationCacheMode Specifies caching characteristics for a page involved in a navigation. - NavigationCacheMode.Required The page is cached and the cached instance is reused for every visit regardless of the cache size
Question
You need to retain the data that is entered in the TextBox control when the user navigates away from the PictureSharerMainPage page. Which code segment should you insert at line CS08?
Exhibit
Options
- AOption A
- BOption B
- COption C
- DOption D
Explanation
- NavigationCacheMode Specifies caching characteristics for a page involved in a navigation. - NavigationCacheMode.Required The page is cached and the cached instance is reused for every visit regardless of the cache size
Community Discussion
No community discussion yet for this question.
