Udostępnij za pośrednictwem


Właściwość WebTestResponse.HtmlDocument —

Pobiera HtmlDocument utworzone przez analizowanie treść odpowiedzi w reakcji z typem zawartości HTML lub XHTML.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

'Deklaracja
Public Property HtmlDocument As HtmlDocument
public HtmlDocument HtmlDocument { get; internal set; }
public:
property HtmlDocument^ HtmlDocument {
    HtmlDocument^ get ();
    internal: void set (HtmlDocument^ value);
}
member HtmlDocument : HtmlDocument with get, internal set
function get HtmlDocument () : HtmlDocument
internal function set HtmlDocument (value : HtmlDocument)

Wartość właściwości

Typ: Microsoft.VisualStudio.TestTools.WebTesting.HtmlDocument
A HtmlDocument object.Zwraca nullodwołanie o wartości null (Nothing w języku Visual Basic) , jeśli odpowiedź HTML nie jest.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

WebTestResponse Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting