This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Overload List
Name | Description | |
---|---|---|
PersistPostAndTransfer(IRenderContext) |
Persists the form data, redirects to the same page and retrieves the persisted data into the form, masking the GET request as a POST.
The persisted form data will only be available directly after the redirect. Throws an exception when the persisted post data is no longer available. |
|
PersistPostAndTransfer(IRenderContext, FormPersistTransferOptions) |
Persists the form data, redirects to the same page and retrieves the persisted data into the form, masking the GET request as a POST.
The persisted form data will only be available directly after the redirect. Throws an exception when the persisted post data is no longer available. |
|
PersistPostAndTransfer(IRenderContext, FormPersistTransferOptions, Locator) |
Persists the form data, redirects to the same page and retrieves the persisted data into the form, masking the GET request as a POST.
The persisted form data will only be available directly after the redirect. Throws an exception when the persisted post data is no longer available. |