TagAttributeDefinition Property
Gets or sets the definition of the HTML tag attribute.

Namespace: MailBee.Html
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string Definition { get; set; }

Property Value

Type: String
The definition of the HTML tag attribute.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic) or an empty string.
Remarks
See Value topic for examples of attribute definitions.
See Also