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> with get
function get HtmlTags () : IEnumerable<HtmlTag>
Property Value
Type: IEnumerable<HtmlTag>
An IEnumerable object that contains HTML tags.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.