Click or drag to resize

ContentDialogControllerSelectPage Method (SelectPageDialogModel)

Selects the page.

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

Parameters

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

Return Value

Type: ActionResult
See Also