我使用标准方法导航到它:但是当我第一次启动一个应用程序时,在尝试导航到一个网页视图页面后,NRE被抛出:
System.NullReferenceException: Object reference not set to an instance of anobject.at Xamarin.Forms.ShellSection.OnPushAsync
我做了一些研究,但找不到具体问题的答案。(System.Object& value) [0x000cf] in D:\a\1\s\Xamarin.Forms.Core\BindableProperty.cs:341
at Xamarin.Forms.BindableObject.SetValueCore(Xamarin.Forms.BindableProperty property, System.Object valu
在XAMARIN中,使用MVVM方法有时当用户返回到列表视图时,我们会得到一个错误, at at Xamarin.Forms.BindableObject.SetValueActual (Xamarin.Forms.BindableProperty,object,bool,bool,bool) <IL
此外,presenter和auth不是空的。+<>c__DisplayClass4_0.<.ctor>b__0 (System.Object o) [0x00000] in D:\a\1\s\Xamarin.Forms.Core\Command.cs:74
at Xamarin.Forms.Command.Execute (System.Object parameter) [0x00000] in D:\a\1\s\Xamarin<