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:
@@ -0,0 +1,10 @@
|
||||
@model string
|
||||
@{
|
||||
ViewBag.Title = "GetLegacyURL";
|
||||
Layout = null;
|
||||
}
|
||||
|
||||
<h2>GetLegacyURL</h2>
|
||||
|
||||
The URL requested was: @Model
|
||||
|
||||
Reference in New Issue
Block a user