Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Please let me know how to call .Net dll using reactjs. Please share some code or URLs. I am new to reactJs but I am good with .Net

What I have tried:

I have seen forums but didnt find correct one but I could find .Net MVC with reactjs.
Posted
Updated 15-Feb-20 18:04pm

1 solution

You don't.

ReactJS code runs in the client browser, not on the server. Your .NET code runs entirely on the server-side.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900