DashboardBuilder.ControllerName(String) Method
In This Article
Specifies a Web Dashboard’s controller name.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public DashboardBuilder ControllerName(
string controllerName
)
#Parameters
Name | Type | Description |
---|---|---|
controller |
String | A String that is a Web Dashboard’s controller name. |
#Returns
Type | Description |
---|---|
Dashboard |
A reference to this instance after the operation has completed. |
See Also