This documentation is archived and is not being maintained.
BrowserInteropHelper Class
Visual Studio 2010
A helper class that provides information about the browser environment in which a XAML browser application (XBAP) application is hosted.
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
