implement mvc with call notification api from electron

This commit is contained in:
Gregor Biswanger
2017-10-03 04:52:43 +02:00
parent b16e0b0bf9
commit 5bb5bb24de
4 changed files with 29 additions and 10 deletions

View File

@@ -6,6 +6,9 @@
<title>Home</title>
</head>
<body>
Hello from MVC!
<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>