HTMLFormElement.Method

HTMLFormElement.Method property

HTTP method [IETF RFC 2616] used to submit form. See the method attribute definition in HTML 4.01.

public string Method { get; set; }

See Also