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
{{ message }}
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.
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 -->
This may be possible, but may inadvertently cause issues for our users. That said, we could look at the resulting response and determine if it has a content type of text/html and modify it then. Something for discussion certainly. Thank you.
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
The text was updated successfully, but these errors were encountered: