Parses an HTML tag into its tag name and attributes.
The ParseTag method parses the input string and places the resulting HTML attribute/value pairs into the HtmlTag object's internal member variables. Any previous values are overwritten. The HTML tag string should include the enclosing angle brackets (< and >).
HtmlTag Class | Parastream.Web.UI Namespace