FormSubmitter.Submit
Submit()
Submits the form data to the server.
public SubmissionResult Submit()
Return Value
The result of the submission.
See Also
- class SubmissionResult
- class FormSubmitter
- namespace Aspose.Html.Forms
- assembly Aspose.HTML
Submit(CookieContainer)
Submits the form data to the server with specified cookies.
public SubmissionResult Submit(CookieContainer cookieContainer)
Parameter | Type | Description |
---|---|---|
cookieContainer | CookieContainer | The cookie container. |
Return Value
The result of the submission.
See Also
- class SubmissionResult
- class FormSubmitter
- namespace Aspose.Html.Forms
- assembly Aspose.HTML
Submit(ICredentials)
Submits the form data to the server with specified user credentials.
public SubmissionResult Submit(ICredentials credentials)
Parameter | Type | Description |
---|---|---|
credentials | ICredentials | The authentication information for the request. |
Return Value
The result of the submission.
See Also
- class SubmissionResult
- class FormSubmitter
- namespace Aspose.Html.Forms
- assembly Aspose.HTML
Submit(ICredentials, CookieContainer)
Submits the form data to the server with specified user credentials and cookies.
public SubmissionResult Submit(ICredentials credentials, CookieContainer cookieContainer)
Parameter | Type | Description |
---|---|---|
credentials | ICredentials | The authentication information for the request. |
cookieContainer | CookieContainer | The cookie container. |
Return Value
The result of the submission.
See Also
- class SubmissionResult
- class FormSubmitter
- namespace Aspose.Html.Forms
- assembly Aspose.HTML
Submit(TimeSpan)
Submits the form data to the server with specified timeout.
public SubmissionResult Submit(TimeSpan timeout)
Parameter | Type | Description |
---|---|---|
timeout | TimeSpan | The number of milliseconds to wait before the request times out. |
Return Value
The result of the submission.
See Also
- class SubmissionResult
- class FormSubmitter
- namespace Aspose.Html.Forms
- assembly Aspose.HTML
Submit(TimeSpan, CookieContainer)
Submits the form data to the server with specified timeout and cookies.
public SubmissionResult Submit(TimeSpan timeout, CookieContainer cookieContainer)
Parameter | Type | Description |
---|---|---|
timeout | TimeSpan | The number of milliseconds to wait before the request times out. |
cookieContainer | CookieContainer | The cookie container. |
Return Value
The result of the submission.
See Also
- class SubmissionResult
- class FormSubmitter
- namespace Aspose.Html.Forms
- assembly Aspose.HTML
Submit(ICredentials, TimeSpan)
Submits the form data to the server with specified user credentials and timeout.
public SubmissionResult Submit(ICredentials credentials, TimeSpan timeout)
Parameter | Type | Description |
---|---|---|
credentials | ICredentials | The authentication information for the request. |
timeout | TimeSpan | The number of milliseconds to wait before the request times out. |
Return Value
The result of the submission.
See Also
- class SubmissionResult
- class FormSubmitter
- namespace Aspose.Html.Forms
- assembly Aspose.HTML
Submit(ICredentials, TimeSpan, CookieContainer)
Submits the form data to the server with specified user credentials, timeout and cookies.
public SubmissionResult Submit(ICredentials credentials, TimeSpan timeout,
CookieContainer cookieContainer)
Parameter | Type | Description |
---|---|---|
credentials | ICredentials | The authentication information for the request. |
timeout | TimeSpan | The number of milliseconds to wait before the request times out. |
cookieContainer | CookieContainer | The cookie container. |
Return Value
The result of the submission.
See Also
- class SubmissionResult
- class FormSubmitter
- namespace Aspose.Html.Forms
- assembly Aspose.HTML
Submit(ICredentials, TimeSpan, bool)
Submits the form data to the server with specified user credentials.
public SubmissionResult Submit(ICredentials credentials, TimeSpan timeout, bool preAuthenticate)
Parameter | Type | Description |
---|---|---|
credentials | ICredentials | The authentication information for the request. |
timeout | TimeSpan | The number of milliseconds to wait before the request times out. |
preAuthenticate | Boolean | The value that indicates whether to send an Authorization header with the request. |
Return Value
The result of the submission.
See Also
- class SubmissionResult
- class FormSubmitter
- namespace Aspose.Html.Forms
- assembly Aspose.HTML
Submit(ICredentials, TimeSpan, bool, CookieContainer)
Submits the form data to the server with specified user credentials and cookies.
public SubmissionResult Submit(ICredentials credentials, TimeSpan timeout, bool preAuthenticate,
CookieContainer cookieContainer)
Parameter | Type | Description |
---|---|---|
credentials | ICredentials | The authentication information for the request. |
timeout | TimeSpan | The number of milliseconds to wait before the request times out. |
preAuthenticate | Boolean | The value that indicates whether to send an Authorization header with the request. |
cookieContainer | CookieContainer | The cookie container. |
Return Value
The result of the submission.
See Also
- class SubmissionResult
- class FormSubmitter
- namespace Aspose.Html.Forms
- assembly Aspose.HTML