mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 23:43:39 +02:00
* Merge winforms framework content to working branch (#14) * Breadcrumb / TOC / Move net5 to net folder (#15) * change path from net5 to net * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Add .net 5 winforms placeholder article (#16) * added some metadata and adjusted net5 placeholder * corrections * corrections * corrections * Test1 * Swapping landing page vs concept * fix links * Fix links * Fix desc
1.2 KiB
1.2 KiB
title, ms.date, helpviewer_keywords, ms.assetid
| title | ms.date | helpviewer_keywords | ms.assetid | ||
|---|---|---|---|---|---|
| WebBrowser Security | 03/30/2017 |
|
0968846e-48ee-485a-9797-65b5b9a622f8 |
WebBrowser Security
The xref:System.Windows.Forms.WebBrowser control is designed to work in full trust only. The HTML content displayed in the control can come from external Web servers and may contain unmanaged code in the form of scripts or Web controls. If you use the xref:System.Windows.Forms.WebBrowser control in this situation, the control is no less secure than Internet Explorer would be, but the managed xref:System.Windows.Forms.WebBrowser control does not prevent such unmanaged code from running.
For more information about security issues relating to the underlying ActiveX WebBrowser control, see WebBrowser Control.