TagAttributeName Property
Gets or sets the name 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 Name { get; set; }

Property Value

Type: String
The name of the HTML attribute.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic) or an empty string.
See Also