A good tutorial for the Razor approach can be found at http://www.asp.net/webmatrix/tutorials/asp-net-web-pages-visual-basic. One of the “gotchas” that I have discovered and isn’t too well documented is the need to prefix an html tag with the “@” when including the tag in a razor code block. This approach is discussed in the tutorial with some examples.
Advertisement
Discussion
No comments yet.