MailBee.NET Objects 4.0

TagAttribute.Definition Property

Gets or sets the definition of the HTML tag attribute.

public string Definition {get; set;}

Property Value

The definition of the HTML tag attribute.

Remarks

See Value topic for examples of attribute definitions.

Exceptions

Exception Type Condition
MailBeeInvalidArgumentException value is a null reference (Nothing in Visual Basic) or an empty string.

See Also

TagAttribute Class | MailBee.Html Namespace | Value