C
C#2w ago
int

✅ something abt system.uri idk

Editor.CoreWebView2.Navigate(new Uri(string.Format("file:///{0}/Monaco/index.html", Directory.GetCurrentDirectory()))); please help
No description
3 Replies
Angius
Angius2w ago
Seems pretty self-explanatory? Something wants a string but you give it an Uri
SG97
SG972w ago
Navigate takes a string
FusedQyou
FusedQyou2w ago
.ToString()

Did you find this page helpful?