Form Method Property C# API
Gets the HTTP method that should be used to send this Form to the web server, e.g. GET, POST.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public string Method { get; }

Field Value

The HTTP method that should be used to send this Form to the web server.
Remarks

This property is equivalent to calling GetAttribute("method");.
See Also