Microsoft
70-484 · Question #19
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?
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
Program the User Interaction
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
How the community answered
(48 responses)- A8% (4)
- B73% (35)
- C15% (7)
- D4% (2)
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
Topics
#NavigationCacheMode#state retention#page caching#TextBox state
Community Discussion
No community discussion yet for this question.
