InputStream Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| SgmlReader..::..InputStream Property |
| SgmlReader Class See Also Send Feedback |
The input stream containing SGML data to parse.
You must specify this property or the Href property before calling Read().
Namespace:Â CuteEditor.ToolsAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public TextReader InputStream { get; set; } |
| Visual Basic |
|---|
Public Property InputStream As TextReader Get Set |
| Visual C++ |
|---|
public: property TextReader^ InputStream { TextReader^ get (); void set (TextReader^ value); } |