MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Text
HtmlAttribute Class
HtmlAttribute Constructor
HtmlAttribute(HtmlAttributeId, String) Constructor
HtmlAttribute(String, String) Constructor
Html
Attribute(Html
Attribute
Id, String) Constructor
Initialize a new instance of the
HtmlAttribute
class.
Namespace:
MimeKit.Text
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
HtmlAttribute
(
HtmlAttributeId
id
,
string
value
)
Parameters
id
HtmlAttributeId
The attribute identifier.
value
String
The attribute value.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
id
is not a valid value.
Remarks
Creates a new HTML attribute with the given id and value.
See Also
Reference
HtmlAttribute Class
HtmlAttribute Overload
MimeKit.Text Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast