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