Represents an HTML element in the Document Object Model (DOM) of a Web page.
Namespace:
System.Windows.Browser
Assembly:
System.Windows.Browser (in System.Windows.Browser.dll)
Visual Basic (Declaration)
Public NotInheritable Class HtmlElement _
Inherits HtmlObject
Dim instance As HtmlElement
public sealed class HtmlElement : HtmlObject
In the documentation for this class, "current HTML element" refers to the HTML element that is represented by the HtmlElement object.
System..::.Object
System.Windows.Browser..::.ScriptObject
System.Windows.Browser..::.HtmlObject
System.Windows.Browser..::.HtmlElement
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference