Click or drag to resize

CreatePopupResponseSuppress Method

Creates a CreatePopupResponse that notifies the browser that the popup creation should be suppressed.

Namespace:  DotNetBrowser.Browser.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static CreatePopupResponse Suppress()

Return Value

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