1
0
mirror of https://github.com/rudollee/LearningMVC.git synced 2026-08-23 06:12:55 +00:00

Ch. 16 Routing Adv (until 16-21)

This commit is contained in:
wook
2017-04-13 01:43:57 +09:00
parent 2fea7ffb5e
commit 59e0ccf99b
8 changed files with 130 additions and 9 deletions
@@ -0,0 +1,10 @@
@model string
@{
ViewBag.Title = "GetLegacyURL";
Layout = null;
}
<h2>GetLegacyURL</h2>
The URL requested was: @Model