MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Text
HtmlAttribute Class
HtmlAttribute Constructor
HtmlAttribute(HtmlAttributeId, String) Constructor
HtmlAttribute(String, String) Constructor
Html
Attribute(String, 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
(
string
name
,
string
value
)
Parameters
name
String
The attribute name.
value
String
The attribute value.
Exceptions
Exception
Condition
ArgumentNullException
name
is
null
.
Remarks
Creates a new HTML attribute with the given name 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