.NET Framework Class Library for Silverlight
HtmlElement Class

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)
Syntax

Visual Basic (Declaration)
Public NotInheritable Class HtmlElement _
    Inherits HtmlObject
Visual Basic (Usage)
Dim instance As HtmlElement
C#
public sealed class HtmlElement : HtmlObject
Remarks

In the documentation for this class, "current HTML element" refers to the HTML element that is represented by the HtmlElement object.

Inheritance Hierarchy

System..::.Object
  System.Windows.Browser..::.ScriptObject
    System.Windows.Browser..::.HtmlObject
      System.Windows.Browser..::.HtmlElement
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Tags :


Page view tracker