Back to Devexpress

DashboardBuilder.ControllerName(String) Method

dashboard-devexpress-dot-dashboardaspnetcore-dot-dashboardbuilder-dot-controllername-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

DashboardBuilder.ControllerName(String) Method

Specifies a Web Dashboard’s controller name.

Namespace : DevExpress.DashboardAspNetCore

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

NuGet Package : DevExpress.AspNetCore.Dashboard

Declaration

csharp
public DashboardBuilder ControllerName(
    string controllerName
)
vb
Public Function ControllerName(
    controllerName As String
) As DashboardBuilder

Parameters

NameTypeDescription
controllerNameString

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

|

Returns

TypeDescription
DashboardBuilder

A reference to this instance after the operation has completed.

|

See Also

DashboardBuilder Class

DashboardBuilder Members

DevExpress.DashboardAspNetCore Namespace