Skip to content

Commit bc75e19

Browse files
committed
975476: UpdatedChanges
1 parent f9d81a7 commit bc75e19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Blazor-MAUI-Demos/Pages/Diagram/Diagram/Serialization.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<p>This sample demonstrates building diagrams interactively and editing saved diagrams. The symbol palette is used to build diagrams easily.</p>
2525
</SampleDescription>
2626
<ActionDescription>
27-
<p>This example shows how to drag and drop shapes and connectors from the symbol palette to build diagrams. You can save a diagram as a JSON file and edit saved diagrams. The <code><a target='_blank' href='https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.SfDiagramComponent.html#Syncfusion_Blazor_Diagram_SfDiagramComponent_SaveDiagram'>SaveDiagram</a></code> method can be used to save a diagram as a string. The <code><a target='_blank' href='https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.SfDiagramComponent.html#Syncfusion_Blazor_Diagram_SfDiagramComponent_LoadDiagram_System_String_System_Boolean_'>LoadDiagram</a></code> method can be used to load a diagram from a string. In this example, the undo and redo features are enabled.</p>
27+
<p>This example shows how to drag and drop shapes and connectors from the symbol palette to build diagrams. You can save a diagram as a JSON file and edit saved diagrams. The <code><a target='_blank' href='https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.SfDiagramComponent.html#Syncfusion_Blazor_Diagram_SfDiagramComponent_SaveDiagram'>SaveDiagram</a></code> method can be used to save a diagram as a string. The <code><a target='_blank' href='https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.SfDiagramComponent.html#Syncfusion_Blazor_Diagram_SfDiagramComponent_LoadDiagram_System_String_System_Boolean_'>LoadDiagramAsync</a></code> method can be used to load a diagram from a string. In this example, the undo and redo features are enabled.</p>
2828
</ActionDescription>
2929
@*End:Hidden*@
3030
@*Hidden:Lines*@

0 commit comments

Comments
 (0)