Info
Version: | 1.0.0 |
Author(s): | JSRuntimeWindow |
Last Update: | Thursday, December 24, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/JSRuntimeWindow |
Install
Install-Package JSRuntimeWindow
dotnet add package JSRuntimeWindow
paket add JSRuntimeWindow
JSRuntimeWindow Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection(>= 5.0.1)
- Microsoft.JSInterop(>= 3.1.10)
- Microsoft.Extensions.DependencyInjection(>= 5.0.1)
- Microsoft.JSInterop(>= 5.0.1)
- Microsoft.Extensions.DependencyInjection(>= 5.0.1)
- Microsoft.JSInterop(>= 3.1.10)
services.AddJSWindow();
2. @inject JSWindow win
3.
win.console.log('msg') ; win.alert('ok').