我的根页面有问题,当我打开页面时出现以下错误
System.InvalidOperationException:在将MasterDetailPage添加到容器之前必须设置Master和Detail
我提出了一些疑问,我找到了以下内容,但没有解决
Application.Current.MainPage = new RootPage();
//--------------------------------------------------
Application.Current.MainPage = new RootPage()
{
Title = "title"
};