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

Namespace: MailBee.Html
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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