7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
@{
|
|
ViewBag.Title = "About";
|
|
}
|
|
<h2>@ViewBag.Title.</h2>
|
|
<h3>@ViewBag.Message</h3>
|
|
|
|
<p>Use this area to provide additional information.</p> |