| TagAttribute Class |
Namespace: MailBee.Html
The TagAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| TagAttribute | Initializes a new instance of the TagAttribute class | |
| TagAttribute(String) |
Initializes a new instance of TagAttribute object with the specified attribute definition.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetProtocol |
Gets the protocol of the HTML attribute value.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove |
Removes this attribute from the HTML tag definition.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Definition |
Gets or sets the definition of the HTML tag attribute.
| |
| Name |
Gets or sets the name of the HTML tag attribute.
| |
| Value |
Gets or sets the value of the HTML tag attribute.
|