HTMLTag: This class holds a single HTML tag. This class
subclasses the AttributeList class. This allows the
HTMLTag class to hold a collection of attributes, just as
an actual HTML tag does.
| C# | Visual Basic | Visual C++ |
public class HTMLTag
Public Class HTMLTag
public ref class HTMLTag
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| HTMLTag()()() | Initializes a new instance of the HTMLTag class | |
| Clear()()() |
Clear out this tag.
| |
| Ending |
Is this tag both a beginning and an
ending tag.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Item[([(String])]) |
Access the individual attributes by name.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
The name of the tag.
| |
| SetAttribute(String, String) |
Set the specified attribute.
| |
| ToString()()() |
Convert this tag back into string form, with the
beginning < and ending >.
(Overrides Object.ToString()()().) |
| Object | |
| HTMLTag | |