Files
Modbus.Net/Modbus.Net/CrossLampControl.WebApi/Areas/HelpPage/Views/Shared/_Layout.cshtml
parallelbgls@outlook.com 9550e5ead7 2014-09-15 update 1
2014-09-15 09:52:55 +08:00

12 lines
256 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>@ViewBag.Title</title>
@RenderSection("scripts", required: false)
</head>
<body>
@RenderBody()
</body>
</html>