MVC: Razor Syntax
Please see my other MVC articles. Implementing logic into the Presentation layer. Perhaps one of the best features provided by MVC is the ability to implement logic into the UI to control output. To illustrate this feature, I’ll begin where my MVC: Action Methods using GET & POST article left off. As you can see,…