Files
JavaScriptServices/samples/misc/Webpack/Views/Home/Index.cshtml
2016-02-12 14:22:37 -08:00

7 lines
74 B
Plaintext
Executable File

@{
ViewData["Title"] = "Home Page";
}
<h1>Hello</h1>
Hi there.