Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

ChildIndex.cshtml 259 B

123456789101112
  1. 
  2. @{
  3. ViewBag.Title = "ChildIndex";
  4. Layout = "~/Views/Shared/_PageIndex.cshtml";
  5. }
  6. <link href="~/Content/style/ChildIndex.css" rel="stylesheet" />
  7. <script src="~/Content/scripts/ChildIndex.js"></script>
  8. <div class="lr-site-body-container">
  9. </div>