| 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
)
<HttpPostAttribute>
<RouteAttribute("CreateShortcutPage")>
Public Function CreateShortcutPage (
model As InsertPageDialogModel
) As ActionResult
Parameters
- model
- Type: Dynamicweb.Management.Content.Dialogs.ModelsInsertPageDialogModel
The model.
Return Value
Type:
ActionResultSee Also