3 references to InjectedScript
Microsoft.AspNetCore.Watch.BrowserRefresh (2)
BrowserRefreshMiddleware.cs (1)
229
$"Consider manually adding '{ScriptInjectingStream.
InjectedScript
}' to the body of the page.");
ScriptInjectingStream.cs (1)
14
private static readonly ReadOnlyMemory<byte> s_injectedScriptBytes = Encoding.UTF8.GetBytes(
InjectedScript
);
Microsoft.AspNetCore.Watch.BrowserRefresh.Tests (1)
ScriptInjectingStreamTests.cs (1)
5
private static readonly string s_injectedScript = ScriptInjectingStream.
InjectedScript
;