标签: reactjs uwp
我想在uwp app中集成react app 我有权访问应用程序构建目录,我想在uwp app的webview中显示index.html的内容。
我的代码看起来像下面的代码段,但它不起作用。
ReactWebView.Navigate(new Uri("ms-appx-web:///Models/test-app/build/index.html"));
uwp app只显示空白页.it不显示任何内容