MindFusion.Diagramming for ASP.NET MVC
ASP.NET MVC 애플리케이션에서 다이어그램 혹은 순서도를 빌드하세요.
MindFusion Group사에서 공개
2003년 부터 ComponentSource에서 판매중
Released: Jan 19, 2026
Tag and Id objects (class or struct instances) are now saved using System.Text.Json.JsonSerializer when saving a diagram to JSON and are automatically preserved during round-trips without having to handle serialization events. JsonSerializeTag and JsonDeserializeTag still allow you to implement custom serialization.System.Xml.Serialization.XmlSerializer when saving a diagram to XML. SerializeTag and DeserializeTag events still allow you to implement custom serialization.generateShortestRoute and findShortestRoute methods to PathFinder.Tag and Id objects could be a breaking change if the tag types are not serializable to XML out of the box. You can continue to serialize tags in binary format by setting the UseXmlSerializer property of XmlOptions to false (and adding the BinaryFormatter NuGet package to .NET 9+ projects).anchorPattern fixes.