BrowserInteropHelper Class
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)
| 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. |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

