Click or drag to resize

ContentDialogControllerCreateShortcutPage Method (InsertPageDialogModel)

Creates shortcut page.

Namespace:  Dynamicweb.Management.Content.Dialogs
Assembly:  Dynamicweb.Management.Content (in Dynamicweb.Management.Content.dll) Version: 2.7.2
Syntax
[HttpPostAttribute]
[RouteAttribute("CreateShortcutPage")]
public ActionResult CreateShortcutPage(
	InsertPageDialogModel model
)

Parameters

model
Type: Dynamicweb.Management.Content.Dialogs.ModelsInsertPageDialogModel
The model.

Return Value

Type: ActionResult
See Also