7 lines
154 B
Text
Executable file
7 lines
154 B
Text
Executable file
@{
|
|
ViewData["Title"] = "About";
|
|
}
|
|
<h2>@ViewData["Title"].</h2>
|
|
<h3>@ViewData["Message"]</h3>
|
|
|
|
<p>Use this area to provide additional information.</p>
|