Click or drag to resize

StringDocumentContents Property

Gets a stream that provides read access to the document.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public override Stream Contents { get; }

Property Value

Stream
Remarks
The StringDocument implementation of this property returns a MemoryStream instance.
See Also