aspnetcore/src/JSInterop
Pranav K 36f8642f0b
Use T? for unconstrained nullable types (#25261)
* Use T? for unconstrained nullable types

* Apply suggestions from code review
2020-09-10 15:14:30 -07:00
..
Microsoft.JSInterop Use T? for unconstrained nullable types (#25261) 2020-09-10 15:14:30 -07:00
Microsoft.JSInterop.JS/src JSObjectReference (#25028) 2020-08-24 21:02:19 -07:00
JSInterop.slnf
README.md
startvs.cmd

README.md

jsinterop

This repo is for Microsoft.JSInterop, a package that provides abstractions and features for interop between .NET and JavaScript code.

Usage

The primary use case is for applications built with Mono WebAssembly or Blazor. It's not expected that developers will typically use these libraries separately from Mono WebAssembly, Blazor, or a similar technology.