The methods of the HtmlTag class are listed below. For a complete list of HtmlTag class members, see the HtmlTag Members topic.
| Returns True if the specified HTML tag and attribute represents a URL. |
| Determines whether the specified Object is equal to the current Object. | |
| Returns an HTML attribute string that represents the HtmlTag object's name/attribute pairs. | |
| Returns the character offset of a name as parsed by the ParseAttributes method. | |
| Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| Gets the Type of the current instance. | |
| Gets the first value associated with an HTML attribute name. | |
| Returns the values associated with an HTML attribute name. | |
| Parses an HTML attributes string into attribute name/value pairs. | |
| Parses an HTML tag into its tag name and attributes. | |
| Sets the value associated with an HTML attribute name. | |
| Sets the values associated with an HTML attribute name. | |
| Overrides the ToString method. |
| Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| Creates a shallow copy of the current Object. |
HtmlTag Class | Parastream.Web.UI Namespace