4 references to BrowserRefreshJS
Microsoft.DotNet.HotReload.Web.Middleware.Package (4)
HostingStartup.cs (3)
35path.StartsWithSegments(ApplicationPaths.BrowserRefreshJS) || 50app.Map(ApplicationPaths.BrowserRefreshJS, 51static app => app.UseMiddleware<BrowserScriptMiddleware>(ApplicationPaths.BrowserRefreshJS, BrowserScriptMiddleware.GetBrowserRefreshJS()));
ScriptInjectingStream.cs (1)
18internal static string InjectedScript { get; } = $"<script src=\"{ApplicationPaths.BrowserRefreshJS}\"></script>";