API Reference
Class
HtmlDomElementFacts
Shared HTML element facts used by OfficeIMO converters that walk AngleSharp DOM nodes.
Inheritance
- Object
- HtmlDomElementFacts
Methods
public static Boolean IsVoidElement(String localName) #Returns:
BooleanReturns whether the specified HTML local name is a void element that cannot have an end tag.
Parameters
- localName System.String
- HTML element local name.
Returns
true when the element is an HTML void element; otherwise false.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object