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

Namespace: MailBee.Html
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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