Table of Contents

Interface IEntityProvider

Namespace
AngleSharp.Dom
Assembly
AngleSharp.dll

Defines methods to create a custom entity service.

public interface IEntityProvider
Extension Methods

Methods

GetSymbol(string)

Gets a symbol specified by its entity name usually trailed with the semicolon, if available.

string? GetSymbol(string name)

Parameters

name string

The name of the entity in the markup.

Returns

string

The string with the symbol or null.