TagAttributeValue Property
Gets or sets the value 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 Value { get; set; }

Property Value

Type: String
A string with the value of the HTML attribute, or a null reference if this attribute has no value at all.
Remarks
Definition of an attribute with a value looks like name=value or name="value" or name='value'. Definition of an attribute without a value looks like name.
See Also