You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BrowserLink works that way.
All you have to do is app.UseBrowserLink(); and this is injected into the view.
<!-- Visual Studio Browser Link --><scripttype="application/json" id="__browserLink_initializationData">{"requestId":"a717d5a07c1741949a7cefd6fa2bad08","requestMappingFromServer":false}</script><scripttype="text/javascript" src="http://localhost:54139/b6e36e429d034f578ebccd6a79bf19bf/browserLink" async="async"></script><!-- End Browser Link -->
It would be awesome if the UserPicker would be injected into the view without the need for
BrowserLink works that way.
All you have to do is
app.UseBrowserLink();and this is injected into the view.source