StringDocumentStringContents Property |
Gets the document's contents as a string.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public string StringContents { get; }
Public ReadOnly Property StringContents As String
Get
public:
property String^ StringContents {
String^ get ();
}
member StringContents : string with get
Property Value
StringSee Also