TagAttribute Class
Represents an attribute of an HTML tag.
Inheritance Hierarchy
SystemObject
  MailBee.HtmlTagAttribute

Namespace: MailBee.Html
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public class TagAttribute

The TagAttribute type exposes the following members.

Constructors
  NameDescription
Public methodTagAttribute
Initializes a new instance of the TagAttribute class
Public methodTagAttribute(String)
Initializes a new instance of TagAttribute object with the specified attribute definition.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProtocol
Gets the protocol of the HTML attribute value.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes this attribute from the HTML tag definition.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyDefinition
Gets or sets the definition of the HTML tag attribute.
Public propertyName
Gets or sets the name of the HTML tag attribute.
Public propertyValue
Gets or sets the value of the HTML tag attribute.
Top
Remarks
To access attributes of an HTML Element, use Attributes property.
Examples
See Also