HTMLAnchorElement.Charset

HTMLAnchorElement.Charset property

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

public string Charset { get; set; }

See Also