mirror of
https://github.com/rudollee/LearningMVC.git
synced 2025-06-07 07:56:14 +00:00
11 lines
129 B
Plaintext
11 lines
129 B
Plaintext
@model string
|
|
@{
|
|
ViewBag.Title = "GetLegacyURL";
|
|
Layout = null;
|
|
}
|
|
|
|
<h2>GetLegacyURL</h2>
|
|
|
|
The URL requested was: @Model
|
|
|