TagAttribute Constructor (String)
Initializes a new instance of TagAttribute object with the specified attribute definition.

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

Parameters

attribute
Type: SystemString
The definition of the HTML tag attribute.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionattribute is a null reference (Nothing in Visual Basic) or an empty string.
Remarks
attribute examples: img="picture.gif", TYPE=BUTTON, SELECTED, onclick='javascript:void(0)'.
See Also