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