Table of Contents
HtmlToPdfSession.Submit Method (String, String)

Submit the current page to the specified Url.

Syntax
 public void Submit(
   string url,
   string submitButtonName
);

Parameters

url
The target Url. Pass null (Visual Basic Nothing) to post back to the current Url.
submitButtonName
The name of the submit button.
Remarks

This method allows you to submit the page to a different Url than the page Url.

See Also