WebBrowser.Source Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets the Uri of the current document hosted in the WebBrowser.
Namespace: System.Windows.Controls
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
| Exception | Condition |
|---|---|
| ObjectDisposedException | The WebBrowser instance is no longer valid. |
| InvalidOperationException | A reference to the underlying native WebBrowser could not be retrieved. |
| SecurityException | Navigation from an application that is running in partial trust to a Uri that is not located at the site of origin. |
Setting the source property causes WebBrowser to navigate to the document specified by the Uri. If the Uri is null, a blank document is displayed ("about:blank").
The following example shows how to configure WebBrowser to navigate to an HTML document by using markup only.
<!-- Web Browser Control that hosts a web page. --> <WebBrowser x:Name="webBrowser" Source="http://msdn.com" Width="600" Height="600" />
Windows 8 Consumer Preview, Windows Server 8 Beta, Windows 7, Windows Server 2008 SP2, Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.