Share via


HtmlTagInnerText.DocumentContent Property

Gets the complete document.

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
function get DocumentContent () : String

Property Value

Type: System.String
The complete document.

.NET Framework Security

See Also

Reference

HtmlTagInnerText Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace