PageRenderTime 42ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/AnotherStartup/About.cshtml

#
Razor | 5 lines | 5 code | 0 blank | 0 comment | 0 complexity | 78b8bd1515afd8bbf1a1b22aea26b209 MD5 | raw file
  1. @{this.Init(layout:"~/_SiteLayout.cshtml", title:"About My Site");}
  2. <p>
  3. This web page was built using ASP.NET Web Pages. For more information, visit the
  4. <a href="http://www.asp.net">ASP.NET homepage</a>.
  5. </p>