PageRenderTime 47ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/MvcMusicStore/Views/_ViewStart.cshtml

#
Razor | 3 lines | 3 code | 0 blank | 0 comment | 0 complexity | 2db4b33e760fe6072a3710337fb460fc MD5 | raw file
  1. @{
  2. Layout = "~/Views/Shared/_Layout.cshtml";
  3. }