| HtmlTagIdExtensionsIsFormattingElement Method |
Determines whether or not the HTML tag is a formatting element.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static bool IsFormattingElement(
this HtmlTagId id
)
Parameters
- id HtmlTagId
- The HTML tag identifier.
Return Value
Booleantrue if the HTML tag is a formatting element; otherwise,
false.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
HtmlTagId. 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
Determines whether or not the HTML tag is a formatting element.
See Also