5 references to FrameworkRoot
Microsoft.AspNetCore.Watch.BrowserRefresh (5)
ApplicationPaths.cs (4)
20
public static PathString ClearSiteData { get; } =
FrameworkRoot
+ "/clear-browser-cache";
26
public static PathString BrowserRefreshJS { get; } =
FrameworkRoot
+ "/aspnetcore-browser-refresh.js";
32
public static PathString BlazorHotReloadMiddleware { get; } =
FrameworkRoot
+ "/blazor-hotreload";
39
public static PathString BlazorHotReloadJS { get; } =
FrameworkRoot
+ "/blazor-hotreload.js";
HostingStartup.cs (1)
28
return path.StartsWithSegments(ApplicationPaths.
FrameworkRoot
) &&