I'm new to using Razor and ASP.NET.
I currently have a site I'm trying to port over that heavily uses Javascript functions to manuipulate items on a HTML page.
Is it possible to use Razor syntax instead? How do you get DIV
and other elements on a page? I'm using ASP.NET Web Pages.
Thanks for any help.