Click or drag to resize
MimeKit

HtmlAttribute(String, String) Constructor

Initialize a new instance of the HtmlAttribute class.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public HtmlAttribute(
	string name,
	string value
)

Parameters

name  String
The attribute name.
value  String
The attribute value.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
Remarks
Creates a new HTML attribute with the given name and value.
See Also