mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-08-11 10:39:42 +00:00
implement mvc with call notification api from electron
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user