ScriptResourceBlockExtension.AddDashboard(ScriptSettings) Method
In This Article
Adds the scripts required for the ASP.NET Core Dashboard.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public static ScriptSettings AddDashboard(
this ScriptSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Script |
A Script |
#Returns
Type | Description |
---|---|
Script |
A Script |
#Remarks
Call the AddDashboard method to display the Dashboard Control:
html
<body>
@Html.DevExpress().Scripts(settings => settings.AddDashboard())
</body>
See Also