DashboardJsonConverter.XmlToJson(XDocument) Method
In This Article
Converts a dashboard XML definition to the JSON string.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
XDocument | A XDocument that specifies the dashboard XML definition. |
#Returns
Type | Description |
---|---|
String | A String value that is the JSON dashboard model. |
See Also