+ 13
How to link c# with HTML
Please answer this question
1 Answer
+ 5
You would create a ASP.NET Core website with APIâs to serve dataâŠ..and than the client side application would also need Javascript in order to talk to the APIâs.
Or if you literally mean connect C# to work with HTML/CSS, well you could use .NET Blazor (experimental) to literally create a client side application that will run directly in the browser using Web Assembly.