Problems referencing static JavaScript files in wwwroot - .Net Core 2.2 Signalr
问题 I'm having difficulty referencing the relevant js files for signalr from the wwwroot folder. The paths I need to reference are: wwwroot/lib/@aspnet/signalr/dist/browser/signalr.js wwwroot/js/chat.js Here is my view: @page <div class="container"> <div class="row"> </div> <div class="row"> <div class="col-6"> </div> <div class="col-6"> User..........<input type="text" id="userInput" /> <br /> Message...<input type="text" id="messageInput" /> <input type="button" id="sendButton" value="Send