Silverlight - How to navigate from a User Control to a normal page?

前端 未结 8 1218
南旧
南旧 2020-12-09 18:13

If I do this inside a User Control:

NavigationService.Navigate(new Uri(\"/Alliance.xaml\", UriKind.Relative));

it says this error:

8条回答
提交回复
热议问题