mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
14 lines
252 B
Plaintext
Executable File
14 lines
252 B
Plaintext
Executable File
@{
|
|
ViewData["Title"] = "Home Page";
|
|
}
|
|
|
|
<h1>Hello</h1>
|
|
Hi there. Enter some text: <input />
|
|
|
|
<hr />
|
|
See also: <a asp-controller='FullPagePrerendering'>Full-page prerendering example</a>
|
|
|
|
@section scripts {
|
|
<script src="dist/main.js"></script>
|
|
}
|