+ 13

How to link c# with HTML

Please answer this question

19th Oct 2020, 11:15 AM
HARDIK JAIN
HARDIK JAIN - avatar
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.
19th Oct 2020, 11:53 AM
Matias
Matias - avatar