HtmlTag Class

The HtmlTag object is the foundation of the HTML document and holds the parsed structure of the document.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Class HtmlTag
'Usage
Dim instance As HtmlTag
public class HtmlTag
public ref class HtmlTag
public class HtmlTag

Remarks

The tag object can represent any valid HTML tag found in the HTML document.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.WebTesting.HtmlTag
    Microsoft.VisualStudio.TestTools.WebTesting.HtmlTagWithOffsets

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.

See Also

Reference

HtmlTag Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace

Other Resources

Working with Web Tests