Table of Contents

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 string

The locale defined by the BCP 47 language tag.

Returns

Encoding

The suggested encoding.