Creates a cookie that is added to the Page that indicates that the form has been posted.

Namespace:  EPiServer.XForms
Assembly:  EPiServer.XForms (in EPiServer.XForms.dll) Version: 5.2.375.236

Syntax

C#
public void SetPostedCookie(
	Guid formId,
	Page page
)

Parameters

formId
Type: System..::.Guid
The id for the form.
page
Type: System.Web.UI..::.Page
The executing page used to set the cookie for.

See Also