MailBee.NET Objects 7.1

TagAttribute Constructor (String)

Initializes a new instance of TagAttribute object with the specified attribute definition.

public TagAttribute(
   string attribute
);

Parameters

attribute
The definition of the HTML tag attribute.

Remarks

attribute examples: img="picture.gif", TYPE=BUTTON, SELECTED, onclick='javascript:void(0)'.

Exceptions

Exception Type Condition
MailBeeInvalidArgumentException attribute is a null reference (Nothing in Visual Basic) or an empty string.

See Also

TagAttribute Class | MailBee.Html Namespace | TagAttribute Constructor Overload List