HTMLFormElement.AcceptCharset

HTMLFormElement.AcceptCharset property

List of character sets supported by the server. See the accept-charset attribute definition in HTML 4.01.

public string AcceptCharset { get; set; }

See Also