HtmlReader.ReadTagName Method
Include Protected Members
Include Inherited Members
The ReadTagName() method reads an HTML tag name.
Overload List
Name | Description | |
---|---|---|
ReadTagName() | The ReadTagName() method reads an HTML tag name as a string. | |
ReadTagName([], Int32, Int32) | The ReadTagName([], Int32, Int32) method returns the HTML tag name as a series of chunks in a character array. |
Top
See Also