I have an <Entry>
in xaml, and I want to get that value the user types.
<Entry x:name="enteredInput>
The file with that <Entry>
is in startingPage.xaml with a code behind class startingPage.xaml.cs.
Then I would like to transfer that value in the <Label>
element of a different xaml, MainPage.xaml.