namespace ASP { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Web; using System.Web.Helpers; using System.Web.Security; using System.Web.UI; using System.Web.WebPages; using System.Web.WebPages.Html; using WebMatrix.WebData; using WebMatrix.Data; public class _Page_hello_cshtml : System.Web.WebPages.WebPage { public _Page_hello_cshtml() { } protected System.Web.HttpApplication ApplicationInstance { get { return ((System.Web.HttpApplication)(Context.ApplicationInstance)); } } public override void Execute() { var msg = "ASP.NET Razor"; WriteLiteral("rnrn