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 with get
function get DocumentContent () : String
Property Value
Type: String
The complete document.
.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.