| DashboardControllerIndex Method |
Namespace:
Dynamicweb.Management.Dashboards
Assembly:
Dynamicweb.Management.Dashboards (in Dynamicweb.Management.Dashboards.dll) Version: 3.2.2
Syntax [HttpGetAttribute]
[RouteAttribute("View/{*path}", Name = "DefaultDashboardRoute")]
public ActionResult Index(
string areaName,
string path
)
<HttpGetAttribute>
<RouteAttribute("View/{*path}", Name := "DefaultDashboardRoute")>
Public Function Index (
areaName As String,
path As String
) As ActionResult
Parameters
- areaName
- Type: SystemString
- path
- Type: SystemString
Return Value
Type:
ActionResultSee Also