.NET Framework Class Library for Silverlight
System.Windows.Browser Namespace
The System.Windows.Browser namespace provides classes that enable the interaction between managed code and JavaScript in Silverlight-based applications. This functionality is referred to as the HTML Bridge.
|
| Class | Description |
|---|
.gif) | BrowserInformation | Provides general information about the browser, such as name, version, and operating system. |
.gif) | HtmlDocument | Represents the HTML document in the browser. |
.gif) | HtmlElement | Represents an HTML element in the Document Object Model (DOM) of a Web page. |
.gif) | HtmlEventArgs | Provides event details to event handlers. |
.gif) | HtmlObject | Provides methods for browser elements that are explicitly supplied by the Silverlight HTML Bridge feature. Because Document Object Model (DOM) objects are inherently scriptable, an HtmlObject is also a scriptable object. |
.gif) | HtmlPage | Permits access to, and manipulation of, the browser's Document Object Model (DOM). |
.gif) | HtmlPopupWindowOptions | Provides options to control pop-up windows. |
.gif) | HtmlWindow | Provides the managed representation of the JavaScript window object. |
.gif) | HttpUtility | Provides methods for encoding and decoding HTML and URL strings. |
.gif) | ScriptableMemberAttribute | Indicates that a specific property, method, or event is accessible to JavaScript callers. |
.gif) | ScriptableTypeAttribute | Indicates that all public properties, methods, and events on a managed type are available to JavaScript code when they are registered by using the RegisterCreateableType method. |
.gif) | ScriptObject | Defines the core behavior for the HtmlObject class, and provides a base class for browser Document Object Model (DOM) access types. |
.gif) | ScriptObjectCollection | Provides a thread-safe wrapper for obtaining and iterating Document Object Model (DOM) collections. |
|
| Delegate | Description |
|---|
.gif) | ScriptEventHandler | Gets a reference to the JavaScript object that raised the event. |
|
| Enumeration | Description |
|---|
.gif) | MouseButtons | Specifies constants that indicate which mouse button was clicked. |