Files
Electron.NET/ElectronNET.WebApp/Views/Home/Index.cshtml
2017-10-03 04:52:43 +02:00

15 lines
319 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Home</title>
</head>
<body>
<h3>Hello from ASP.NET Core MVC!</h3>
<br /><br />
<input type="button" value="Call Notification" onclick="location.href='@Url.Action("SayHello", "Home")'" />
</body>
</html>