Waste/Waste.Web.Entry/Pages/Index.cshtml

7 lines
202 B
Plaintext
Raw Normal View History

2021-05-27 16:58:40 +08:00
@page "{handler?}"
@model IndexModel
@{
ViewData["Title"] = "首页";
Layout = "~/Pages/Shared/_MainLayout.cshtml";
}
<iframe src="Home/Main" frameborder="0" class="layadmin-iframe"></iframe>