HtmlAttributeReader.ReadName Method
Include Protected Members
Include Inherited Members
The ReadName() method return the attribute name as a string.
Overload List
Name | Description | |
---|---|---|
ReadName() | The ReadName() method returns the name of the attribute as a string. | |
ReadName([], Int32, Int32) | The ReadName([], Int32, Int32) method returns an arbitrarily long attribute name in chunks. |
Top