SetSubmitUrl

FormEditor.SetSubmitUrl method

Establece la URL del botón.

public bool SetSubmitUrl(string fieldName, string url)
ParámetroEscribeDescripción
fieldNameStringEnviar nombre del botón.
urlStringURL completamente calificada.

Valor_devuelto

true si la URL del botón se estableció correctamente.

Ejemplos

FormEditor formEditor = new FormEditor("PdfForm.pdf", "FormEditor_SetSubmitUrl.pdf");
formEditor.SetSubmitUrl("btnSubmit", "www.mysite.com");

Ver también