Draw a Flow Chart in razor page

Htet Lin 51 Reputation points
2021-08-23T03:13:53.5+00:00

Hello Guys,

I would like to create flow chart control in asp.net core razor page. User can be draw in application.
I don't want to use third party tools such as synfusion,telerik.
Can i be do it in razor page?
Please advise . Thanks.

Developer technologies | ASP.NET | ASP.NET Core
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
    2021-08-23T14:52:26.71+00:00

    As suggested, any drawing in the browser would be done with a JavaScript library. Razor pages fully support using JavaScript and should be compatible with any JavaScript library you choose.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.