TagAttribute Constructor (String) |
Initializes a new instance of
TagAttribute object with the specified attribute definition.
Namespace: MailBee.HtmlAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic TagAttribute(
string attribute
)
Public Sub New (
attribute As String
)
Parameters
- attribute
- Type: SystemString
The definition of the HTML tag attribute.
Exceptions
Remarksattribute examples: img="picture.gif", TYPE=BUTTON, SELECTED,
onclick='javascript:void(0)'.
See Also