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

Ch. 16 Routing Adv (until 16-5)

This commit is contained in:
wook
2017-04-11 00:47:48 +09:00
parent f219a8df27
commit 2fea7ffb5e
9 changed files with 79 additions and 42 deletions
@@ -12,5 +12,11 @@
<body>
<div>The controller is: @ViewBag.Controller</div>
<div>The action is: @ViewBag.Action</div>
<div>
@Html.ActionLink("This is an outgoing URL", "CustomVariable")
</div>
<div>
@Html.ActionLink("This targets another controller", "Index", "Customer")
</div>
</body>
</html>