1
0
mirror of https://github.com/rudollee/LearningMVC.git synced 2025-06-07 07:56:14 +00:00
LearningMVC/UrlsAndRoutes/Views/Legacy/GetLegacyURL.cshtml
2017-04-13 01:43:57 +09:00

11 lines
129 B
Plaintext

@model string
@{
ViewBag.Title = "GetLegacyURL";
Layout = null;
}
<h2>GetLegacyURL</h2>
The URL requested was: @Model