Interface IReverseEntityProvider
- Namespace
- AngleSharp.Dom
- Assembly
- AngleSharp.dll
Defines methods to create a custom reverse entity service.
public interface IReverseEntityProvider
- Extension Methods
Methods
GetName(string)
Gets the name of a symbol specified by its value.
string? GetName(string symbol)
Parameters
symbol
stringThe symbol's value.
Returns
- string
The name of the symbol or null.