Entity.InputEncoding

Entity.InputEncoding property

An attribute specifying the encoding used for this entity at the time of parsing, when it is an external parsed entity. This is null if it an entity from the internal subset or if it is not known.

public string InputEncoding { get; }

Property Value

The input encoding.

See Also