4 references to BrowserRefreshJS
Microsoft.AspNetCore.Watch.BrowserRefresh (4)
HostingStartup.cs (3)
31path.StartsWithSegments(ApplicationPaths.BrowserRefreshJS) || 46app.Map(ApplicationPaths.BrowserRefreshJS, 47static app => app.UseMiddleware<BrowserScriptMiddleware>(ApplicationPaths.BrowserRefreshJS, BrowserScriptMiddleware.GetBrowserRefreshJS()));
ScriptInjectingStream.cs (1)
11internal static string InjectedScript { get; } = $"<script src=\"{ApplicationPaths.BrowserRefreshJS}\"></script>";