BrowserInteropHelper Class
.NET Framework 4.5
A helper class that provides information about the browser environment in which a XAML browser application (XBAP) application is hosted.
Namespace: System.Windows.Interop
Assembly: PresentationFramework (in PresentationFramework.dll)
The BrowserInteropHelper type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | ClientSite | Returns a reference to an object that can be used to access the host browser via its OLE container interfaces (for example, IOleClientSite::GetContainer();). |
![]() ![]() | HostScript | Gets a script object that provides access to the HTML window object, custom script functions, and global variables for the HTML page, if the XAML browser application (XBAP) is hosted in a frame. |
![]() ![]() | IsBrowserHosted | Gets a value that specifies whether the current Windows Presentation Foundation (WPF) application is browser hosted. |
![]() ![]() | Source | Gets the uniform resource identifier (URI) for the location from which a XAML browser application (XBAP) application was launched. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), 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.
