Form Action Property C# API
Gets the location to send the form data when the Form is submitted.

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

public string Action { get; }

Field Value

The value of the "action" attribute.
Remarks

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