6 lines
88 B
Text
Executable file
6 lines
88 B
Text
Executable file
@{
|
|
ViewBag.Title = "Contact";
|
|
}
|
|
<h2>@ViewBag.Title.</h2>
|
|
<h3>@ViewBag.Message</h3>
|
|
|