TagAttributeValue Property |
Gets or sets the value of the HTML tag attribute.
Namespace: MailBee.HtmlAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string Value { get; set; }
Public Property Value As String
Get
Set
Property Value
Type:
StringA 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