Interface IEncodingProvider
- Namespace
- AngleSharp.Browser
- Assembly
- AngleSharp.dll
Represents a service to determine the default encoding.
public interface IEncodingProvider
- Extension Methods
Methods
Suggest(string)
Suggests the initial Encoding for the given locale.
Encoding Suggest(string locale)
Parameters
locale
stringThe locale defined by the BCP 47 language tag.
Returns
- Encoding
The suggested encoding.