mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
8 lines
161 B
Plaintext
Executable File
8 lines
161 B
Plaintext
Executable File
@{
|
|
ViewData["Title"] = "About";
|
|
}
|
|
<h2>@ViewData["Title"].</h2>
|
|
<h3>@ViewData["Message"]</h3>
|
|
|
|
<p>Use this area to provide additional information.</p>
|