Freigeben über


HtmlTagInnerText.DocumentContent-Eigenschaft

Ruft das vollständige Dokument ab.

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

Syntax

'Declaration
Public ReadOnly Property DocumentContent As String
public string DocumentContent { get; }
public:
property String^ DocumentContent {
    String^ get ();
}
member DocumentContent : string with get
function get DocumentContent () : String

Eigenschaftswert

Typ: System.String
Das vollständige Dokument.

.NET Framework-Sicherheit

Siehe auch

Referenz

HtmlTagInnerText Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace