MailBee.NET Objects 7.2

TagAttribute.Value Property

Gets or sets the value of the HTML tag attribute.

public string Value {get; set;}

Property Value

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

TagAttribute Class | MailBee.Html Namespace | Definition