Click or drag to resize
MimeKit

HtmlAttributeIdExtensionsToAttributeName Method

Converts the enum value into the equivalent attribute name.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public static string ToAttributeName(
	this HtmlAttributeId value
)

Parameters

value  HtmlAttributeId
The enum value.

Return Value

String
The attribute name.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HtmlAttributeId. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
Converts the enum value into the equivalent attribute name.
See Also