The following tables list the members exposed by HtmlReader.
Name | Description | |
---|---|---|
HtmlReader Constructor |
Name | Description | |
---|---|---|
Close | Closes the System.IO.StringReader. (Inherited from System.IO.StringReader) | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Releases the unmanaged resources used by the System.IO.StringReader and optionally releases the managed resources. (Inherited from System.IO.StringReader) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
Peek | Returns the next available character but does not consume it. (Inherited from System.IO.StringReader) | |
Read | Overloaded. Overridden. Overrides the base Read() method which reads the next character from the input string | |
ReadAsync | Reads a specified maximum number of characters from the current string asynchronously and writes the data to a buffer, beginning at the specified index. (Inherited from System.IO.StringReader) | |
ReadBlock | Reads a specified maximum number of characters from the current text reader and writes the data to a buffer, beginning at the specified index. (Inherited from System.IO.TextReader) | |
ReadBlockAsync | Reads a specified maximum number of characters from the current string asynchronously and writes the data to a buffer, beginning at the specified index. (Inherited from System.IO.StringReader) | |
ReadLine | Reads a line of characters from the current string and returns the data as a string. (Inherited from System.IO.StringReader) | |
ReadLineAsync | Reads a line of characters asynchronously from the current string and returns the data as a string. (Inherited from System.IO.StringReader) | |
ReadToEnd | Reads all characters from the current position to the end of the string and returns them as a single string. (Inherited from System.IO.StringReader) | |
ReadToEndAsync | Reads all characters from the current position to the end of the string asynchronously and returns them as a single string. (Inherited from System.IO.StringReader) | |
ToXHTML | Return string contents as properly formatted XHTML |
Name | Description | |
---|---|---|
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) |