<html>

    <head>

        <title>@ViewBag.Title</title>

        <link href="@Url.Content("~=""/Content/Admin.css")" rel="stylesheet" type="text/css" />

    </head>

    <body>

        <div>

            @RenderBody()

        </div>

    </body>

</html>

相关文章:

  • 2022-12-23
  • 2022-03-10
  • 2022-12-23
  • 2021-05-28
  • 2022-01-13
  • 2021-10-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案