I'm creating a Xamarin.Forms app that is trying to use System.Uri.GetLeftPart and System.UriPartial but get errors that indicate System.Uri.GetLeftPart isn't defined and System.UriPartial doesn't exist. Sure enough, if I use the Assembly Browser to look at the Uri class there isn't a GetLeftPart method. But if I look at the Xamarin APIs documentation, both the System.Uri.GetLeftPart method and System.UriPartial enumeration are listed as a supported method in the System assembly. What am I missing?
↧