HtmlAttributeReader.ReadValue method
The ReadValue() method reads the attribute value from the tag token.
Overload list
Name | Description | |
---|---|---|
ReadValue() | The ReadValue() method returns the attribute value as a string. | |
ReadValue([], Int32, Int32) | The ReadValue([], Int32, Int32) method reads the current attribute value into a character array. |
Top