TagAttributeDefinition Property |
Gets or sets the definition of the HTML tag attribute.
Namespace: MailBee.HtmlAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string Definition { get; set; }
Public Property Definition As String
Get
Set
Property Value
Type:
StringThe definition of the HTML tag attribute.
Exceptions Remarks See
Value topic for examples of attribute definitions.
See Also