PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
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.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Form.Persistance.Transfer")]
public static void PersistPostAndTransfer(
	 context,
	 options
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Form.Persistance.Transfer")> _
Public Shared Sub PersistPostAndTransfer ( _
	context As , _
	options As  _
)

Parameters

context
IRenderContext
The context.
options
FormPersistTransferOptions
The options.

See Also

Advanced