Click here to Skip to main content
15,890,438 members
Articles / Programming Languages / Razor

Razor: Secrets of the MVC ViewEngine Exposed

Rate me:
Please Sign up or sign in to vote.
3.75/5 (4 votes)
25 Jan 2016CPOL5 min read 17.5K   2  
Why is the _ViewStart.cshtml file so important to understanding MVC and the Razor ViewEngine? This article shows you the magic of the _ViewStart file and reveals secrets of MVC code using ILSpy.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) RADDev Publishing
United States United States
"Everything should be made as simple as possible, but not simpler."

Comments and Discussions