選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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>