HTMLLinkElement.Charset

HTMLLinkElement.Charset property

The character encoding of the resource being linked to. See the charset attribute definition in HTML 4.01.

public string Charset { get; set; }

See Also