Compartir a través de


HtmlReader.ReadTagName Method

Include Protected Members
Include Inherited Members

The ReadTagName() method reads an HTML tag name.

Overload List

  Name Description
Public method ReadTagName() The ReadTagName() method reads an HTML tag name as a string.
Public method ReadTagName([], Int32, Int32) The ReadTagName([], Int32, Int32) method returns the HTML tag name as a series of chunks in a character array.

Top