HtmlAttributeReader.ReadValue Method

Include Protected Members
Include Inherited Members

The ReadValue() method reads the attribute value from the tag token.

Overload List

  Name Description
Public method ReadValue() The ReadValue() method returns the attribute value as a string.
Public method ReadValue([], Int32, Int32) The ReadValue([], Int32, Int32) method reads the current attribute value into a character array.

Top