Click or drag to resize

RepostFormResponseRepost Method

Creates a RepostFormResponse that notifies the browser that resubmitting POST data is allowed.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static RepostFormResponse Repost()

Return Value

Type: RepostFormResponse
The RepostFormResponse instance that can be used as a return value in RepostFormHandler implementation.
See Also