DashboardJsonConverter.JsonToXml(String) 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 |
---|---|---|
json | String | A System. |
#Returns
Type | Description |
---|---|
XDocument | A XDocument that is the dashboard XML definition. |
See Also