Click or drag to resize
MimeKit

HtmlTagIdExtensions Class

HtmlTagId extension methods.
Inheritance Hierarchy
SystemObject
  MimeKit.TextHtmlTagIdExtensions

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public static class HtmlTagIdExtensions

The HtmlTagIdExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodIsEmptyElement Determines whether or not the HTML tag is an empty element.
Public Extension MethodIsFormattingElement Determines whether or not the HTML tag is a formatting element.
Public Extension MethodToHtmlTagName Converts the enum value into the equivalent tag name.
Top
Remarks
HtmlTagId extension methods.
See Also