質問編集履歴

1

編集ミスの修正

2019/11/11 09:03

投稿

Velmy
Velmy

スコア17

test CHANGED
File without changes
test CHANGED
@@ -26,13 +26,13 @@
26
26
 
27
27
  // これはNG
28
28
 
29
- this.WebView1.Navigate(new Uri("ms-appdata:\\local\sample.html"));
29
+ this.WebView1.Navigate(new Uri("ms-appdata:///local/sample.html"));
30
30
 
31
31
  ```
32
32
 
33
33
 
34
34
 
35
- WebView1.Navigate(new Uri("ms-appdata:\\local\sample.html")); とした時は例外 "Value does not fall within the expected range." が発生しました。
35
+ WebView1.Navigate(new Uri("ms-appdata:///local/sample.html")); とした時は例外 "Value does not fall within the expected range." が発生しました。
36
36
 
37
37
 
38
38