Index.cshtml 156 B

1234567
  1. @section SPAViews {
  2. @Html.Partial("_Home")
  3. }
  4. @section Scripts{
  5. @Scripts.Render("~/bundles/knockout")
  6. @Scripts.Render("~/bundles/app")
  7. }