Skip to main content

DashboardBuilder.ControllerName(String) Method

Specifies a Web Dashboard’s controller name.

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v23.2.AspNetCore.dll

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardBuilder ControllerName(
    string controllerName
)

Parameters

Name Type Description
controllerName String

A String that is a Web Dashboard’s controller name.

Returns

Type Description
DashboardBuilder

A reference to this instance after the operation has completed.

See Also