Render something from the internet

PHOTO EMBED

Fri Jun 24 2022 19:49:07 GMT+0000 (Coordinated Universal Time)

Saved by @Marcos_ ##wpf

   ProcessStartInfo psInfo = new ProcessStartInfo {
                     FileName = 
"https://teknic.com/files/downloads/Clearpath-SC%20User%20Manual.pdf",
                     UseShellExecute = true
                 };
             Process.Start(psInfo);
content_copyCOPY

The tricky part is that it must be placed in the code behind or the viewmodel portion

https://stackoverflow.com/questions/58024/open-a-url-from-windows-forms