Specifies a server endpoint to handle the form input. The value must be an https URL (absolute or relative) and must not be a link to a CDN
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string Action { get; set; }
Public Property Action As String
Get
Set
public:
property String^ Action {
String^ get ();
void set (String^ value);
}
member Action : string with get, set
Property Value
Type:
String
See Also