BootstrapAdmin/Bootstrap.Admin/Views/Admin/Excep.cshtml

5 lines
114 B
Plaintext
Raw Normal View History

2016-11-11 21:06:08 +08:00
@{
ViewBag.Title = "Excep";
Layout = "~/Views/Shared/_Layout.cshtml";
}
<div>@ViewBag.Content</div>