* 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
3.5 KiB
title, description, ms.date, helpviewer_keywords, ms.assetid
| title | description | ms.date | helpviewer_keywords | ms.assetid | |||
|---|---|---|---|---|---|---|---|
| WebBrowser Control | Learn about how the Windows Forms WebBrowser control hosts webpages and provides web browsing capabilities to your application. | 03/30/2017 |
|
12667861-5b5b-46bc-8fb5-675e25264c9f |
WebBrowser Control (Windows Forms)
The Windows Forms WebBrowser control hosts webpages and provides web browsing capabilities to your application.
In This Section
WebBrowser Control Overview
Explains what this control is and its key features and properties.
WebBrowser Security
Explains security issues related to the control.
How to: Navigate to a URL with the WebBrowser Control
Demonstrates how to use the control to navigate to a specific URL.
How to: Print with a WebBrowser Control
Demonstrates how to print a Web page without displaying it.
How to: Add Web Browser Capabilities to a Windows Forms Application
Describes how to initialize the control for use as a Web browser.
How to: Create an HTML Document Viewer in a Windows Forms Application
Describes how to initialize the control for use as an HTML viewer.
How to: Implement Two-Way Communication Between DHTML Code and Client Application Code
Describes how to set up two-way communication between your application code and DHTML in a Web page hosted by the control.
Using the Managed HTML Document Object Model
Provides topics that describe how to manipulate or create HTML pages hosted by the xref:System.Windows.Forms.WebBrowser control.
Reference
xref:System.Windows.Forms.WebBrowser class
Describes this class and has links to all its members.
xref:System.Windows.Forms.WebBrowserDocumentCompletedEventArgs
Describes this class and has links to all its members.
xref:System.Windows.Forms.WebBrowserDocumentCompletedEventHandler
Describes this delegate.
xref:System.Windows.Forms.WebBrowserEncryptionLevel
Describes this enumeration and all its values.
xref:System.Windows.Forms.WebBrowserNavigatedEventArgs
Describes this class and has links to all its members.
xref:System.Windows.Forms.WebBrowserNavigatedEventHandler
Describes this delegate.
xref:System.Windows.Forms.WebBrowserNavigatingEventArgs
Describes this class and has links to all its members.
xref:System.Windows.Forms.WebBrowserNavigatingEventHandler
Describes this delegate.
xref:System.Windows.Forms.WebBrowserProgressChangedEventArgs
Describes this class and has links to all its members.
xref:System.Windows.Forms.WebBrowserProgressChangedEventHandler
Describes this delegate.
xref:System.Windows.Forms.WebBrowserReadyState
Describes this enumeration and all its values.
xref:System.Windows.Forms.WebBrowserRefreshOption
Describes this enumeration and all its values.