AmpFormActionXhr Property |
Specifies a server endpoint to handle the form input and submit the form via XMLHttpRequest (XHR).
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string ActionXhr { get; set; }
Public Property ActionXhr As String
Get
Set
public:
property String^ ActionXhr {
String^ get ();
void set (String^ value);
}
member ActionXhr : string with get, set
Property Value
Type:
String
See Also