简体   繁体   中英

How to use graphviz into asp.net core mvc project?

I had searched over internet to find out the library which is support for graphviz in asp.net core. There is a library called Rubjerg/Graphviz.NetWrapper which is used GraphViz but not support asp.net core. Is there any way to use graphviz into asp.net core mvc?

Normally, .NET graphics toolkits write their result to the local screen.

But it can be done.

Link the toolkit in a separate DLL, do your thing.. And instead of updating a screen, convert the result of your graphics to a server side image file . Then pass a link to the new image file to the caller via ASP.NET

You don't even need to create a file,

ASP.NET Return image from.aspx link

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM