HtmlAttributeReader.ReadName method
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