HtmlDocument.HtmlTags Property

Gets all the tags that are available in the document.

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

Syntax

'Declaration
Public ReadOnly Property HtmlTags As IEnumerable(Of HtmlTag)
public IEnumerable<HtmlTag> HtmlTags { get; }
public:
property IEnumerable<HtmlTag^>^ HtmlTags {
    IEnumerable<HtmlTag^>^ get ();
}
member HtmlTags : IEnumerable<HtmlTag>
function get HtmlTags () : IEnumerable<HtmlTag>

Property Value

Type: System.Collections.Generic.IEnumerable<HtmlTag>
An IEnumerable<T> object that contains HTML tags.

.NET Framework Security

See Also

Reference

HtmlDocument Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace