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