1
0
mirror of https://github.com/rudollee/LearningMVC.git synced 2026-08-11 16:32:55 +00:00

Ch. 21 Helper Methods

This commit is contained in:
wook
2017-04-18 00:50:18 +09:00
parent a3ef7da060
commit 1eb39e5afc
32 changed files with 23656 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@ViewBag.Title</title>
<style type="text/css">
label {display: inline-block; width: 100px;}
div.dateElem {margin: 5px;}
</style>
</head>
<body>
@RenderBody()
</body>
</html>