I understand that in ASP.Net MVC, razor views are compiled into C# classes that are derived from the System.Web.Mvc.WebViewPage class or its generic version. For example, if I have a view named "Index" on a controller call "Home", the razor parser will build a C# class that looks something like this:I understand that in ASP.Net MVC, razor views a