Мой код до сих пор: < /p>
xaml: < /p>
Код: Выделить всё
< /code>
c#: < /p>
private async void onStudentSelected(object sender, EventArgs e, int id)
{
await Shell.Current.GoToAsync("StudentDetail" + id);
}

Подробнее здесь: https://stackoverflow.com/questions/747 ... n-net-maui