Click or drag to resize

DashboardControllerWidgets Method

Namespace:  Dynamicweb.Management.Dashboards
Assembly:  Dynamicweb.Management.Dashboards (in Dynamicweb.Management.Dashboards.dll) Version: 3.2.2
Syntax
[RouteAttribute("Widgets/{*path}")]
public ActionResult Widgets(
	string areaName,
	string path
)

Parameters

areaName
Type: SystemString
path
Type: SystemString

Return Value

Type: ActionResult
See Also