Permits access to, and manipulation of, the browser's Document Object Model (DOM).
Public NotInheritable Class HtmlPage
You do not need to declare an instance of a static class in order to access its members.
public static class HtmlPage
Two Silverlight classes can be used to access and manipulate the DOM: HtmlPage and HtmlDocument.
When the Silverlight plug-in's enableHtmlAccess property is set to false, any attempt to use the HtmlPage class fails with a NotSupportedException stating that the feature is disabled.
For information about the enableHtmlAccess property, see Security Settings in HTML Bridge.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.