Click or drag to resize

CommonDialogsControllerConfirm Method (ConfirmDialogModel)

Namespace:  Dynamicweb.Management.Common.Dialogs
Assembly:  Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax
[HttpGetAttribute]
[RouteAttribute("Confirm")]
public ActionResult Confirm(
	ConfirmDialogModel model
)

Parameters

model
Type: Dynamicweb.Management.Common.DialogsConfirmDialogModel

Return Value

Type: ActionResult
See Also