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)
'Usage
Dim instance As HtmlDocument 
Dim value As IEnumerable(Of HtmlTag)

value = instance.HtmlTags
public IEnumerable<HtmlTag> HtmlTags { get; }
public:
property IEnumerable<HtmlTag^>^ HtmlTags {
    IEnumerable<HtmlTag^>^ get ();
}
public 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

HtmlDocument Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace