aspnetcore/samples/misc/Webpack/Views/Home/Index.cshtml

7 lines
74 B
Plaintext
Executable File

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