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