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