HOTSPOT
You are developing a Windows Store app.
A page named Profile collects information about the user, including his or her name, in a
control named Name. A page named Journal allows the user to make a journal entry.
You need to pass the user’s name to the Journal page when the user navigates from the
Profile page to the Journal page.
You have the following code:
protectedNavigateToJournal()
{
Target 1
}
Which code snippet should you insert in Target 1 to complete the code? (To answer, select
the correct code snippets from the dropdown list.)
Which code snippet should you insert in Target 1 to complete the code?
HOTSPOT
You are developing a Windows Store app.
A page named Profile collects information about the user, including his or her name, in a
control named Name. A page named Journal allows the user to make a journal entry.
You need to pass the user’s name to the Journal page when the user navigates from the
Profile page to the Journal page.
You have the following code:
<code>
protectedNavigateToJournal()
{
Target 1
}
</code>
Which code snippet should you insert in Target 1 to complete the code? (To answer, select
the correct code snippets from the dropdown list.)