BrowserInteropHelper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A helper class that provides information about the browser environment in which a XAML browser application (XBAP) application is hosted.
public ref class BrowserInteropHelper abstract sealed
public static class BrowserInteropHelper
type BrowserInteropHelper = class
Public Class BrowserInteropHelper
- Inheritance
-
BrowserInteropHelper
Properties
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. |