File tree 17 files changed +0
-23
lines changed
CustomBasePathApp/wwwroot
HostedInAspNet.Client/wwwroot
ThreadingApp.Server/Components
Wasm.Prerendered.Server/Pages
GlobalizationWasmApp/wwwroot
17 files changed +0
-23
lines changed Original file line number Diff line number Diff line change 4
4
<!-- Avoid source build issues with WebAssembly -->
5
5
<ExcludeFromSourceOnlyBuild >true</ExcludeFromSourceOnlyBuild >
6
6
</PropertyGroup >
7
-
8
- <PropertyGroup >
9
- <WasmBootConfigFileName >dotnet.boot.js</WasmBootConfigFileName >
10
- </PropertyGroup >
11
7
</Project >
Original file line number Diff line number Diff line change 9
9
</ head >
10
10
< body >
11
11
< app > Loading...</ app >
12
- < script > window [ "__DOTNET_INTERNAL_BOOT_CONFIG_SRC" ] = "dotnet.boot.js" ; </ script >
13
12
< script src ="_framework/blazor.webassembly.js "> </ script >
14
13
</ body >
15
14
</ html >
Original file line number Diff line number Diff line change 7
7
< body >
8
8
< app > Loading...</ app >
9
9
< script src ="customJsFileForTests.js "> </ script >
10
- < script > window [ "__DOTNET_INTERNAL_BOOT_CONFIG_SRC" ] = "dotnet.boot.js" ; </ script >
11
10
< script src ="_framework/blazor.webassembly.js " autostart ="false "> </ script >
12
11
13
12
<!--
Original file line number Diff line number Diff line change 19
19
< a class ="dismiss "> 🗙</ a >
20
20
</ div >
21
21
22
- < script > window [ "__DOTNET_INTERNAL_BOOT_CONFIG_SRC" ] = "dotnet.boot.js" ; </ script >
23
22
< script src ="_framework/blazor.webassembly.js " autostart ="false "> </ script >
24
23
< script >
25
24
( function ( ) {
Original file line number Diff line number Diff line change 19
19
<a class =" dismiss" >🗙</a >
20
20
</div >
21
21
22
- <script >window [" __DOTNET_INTERNAL_BOOT_CONFIG_SRC" ] = " dotnet.boot.js" ; </script >
23
22
<script src =" @Assets[" _framework /blazor.web.js " ]" ></script >
24
23
</body >
25
24
Original file line number Diff line number Diff line change 18
18
< a class ="dismiss "> 🗙</ a >
19
19
</ div >
20
20
21
- < script > window [ "__DOTNET_INTERNAL_BOOT_CONFIG_SRC" ] = "dotnet.boot.js" ; </ script >
22
21
< script src ="_framework/blazor.webassembly.js " autostart ="false "> </ script >
23
22
< script >
24
23
( function ( ) {
Original file line number Diff line number Diff line change 13
13
<body >
14
14
@RenderBody()
15
15
16
- <script >window [" __DOTNET_INTERNAL_BOOT_CONFIG_SRC" ] = " dotnet.boot.js" ; </script >
17
16
<script src =" _framework/blazor.webassembly.js" autostart =" false" ></script >
18
17
<script >
19
18
function start () {
Original file line number Diff line number Diff line change 53
53
return Blazor . runtime . runtimeBuildInfo . buildConfiguration ;
54
54
}
55
55
</ script >
56
- < script > window [ "__DOTNET_INTERNAL_BOOT_CONFIG_SRC" ] = "dotnet.boot.js" ; </ script >
57
56
< script src ="_framework/blazor.webassembly.js " autostart ="false "> </ script >
58
57
59
58
< script >
Original file line number Diff line number Diff line change 33
33
34
34
<button id =" load-boot-script" onclick =" start()" >Load boot script</button >
35
35
36
- <script >window [" __DOTNET_INTERNAL_BOOT_CONFIG_SRC" ] = " dotnet.boot.js" ; </script >
37
36
<script src =" _framework/blazor.webassembly.js" autostart =" false" ></script >
38
37
<script src =" js/jsRootComponentInitializers.js" ></script >
39
38
<script >
Original file line number Diff line number Diff line change 128
128
}
129
129
else
130
130
{
131
- <script >window [" __DOTNET_INTERNAL_BOOT_CONFIG_SRC" ] = " dotnet.boot.js" ; </script >
132
131
<script src =" _framework/blazor.webassembly.js" autostart =" false" ></script >
133
132
}
134
133
Original file line number Diff line number Diff line change 23
23
elementToFocus .focus ();
24
24
}
25
25
</script >
26
- <script >window [" __DOTNET_INTERNAL_BOOT_CONFIG_SRC" ] = " dotnet.boot.js" ; </script >
27
26
<script src =" @Assets[" _framework /blazor.web.js " ]" autostart =" false" suppress-error =" BL9992" ></script >
28
27
<script src =" _content/TestContentPackage/counterInterop.js" ></script >
29
28
<script src =" js/circuitContextTest.js" ></script >
Original file line number Diff line number Diff line change 7
7
</head >
8
8
<body >
9
9
<Components .WasmMinimal.Routes @rendermode =" @PageRenderMode" />
10
- <script >window [" __DOTNET_INTERNAL_BOOT_CONFIG_SRC" ] = " dotnet.boot.js" ; </script >
11
10
<script src =" @Assets[" _framework /blazor.web.js " ]" autostart =" false" ></script >
12
11
<script >
13
12
Blazor .start ({
Original file line number Diff line number Diff line change 10
10
<body >
11
11
<h1 id =" ready" >Form test cases</h1 >
12
12
<NamedFormContextNoFormContextLayout />
13
- <script >window [" __DOTNET_INTERNAL_BOOT_CONFIG_SRC" ] = " dotnet.boot.js" ; </script >
14
13
<script src =" @Assets[" _framework /blazor.web.js " ]" suppress-error =" BL9992" ></script >
15
14
</body >
16
15
</html >
Original file line number Diff line number Diff line change 10
10
11
11
<body >
12
12
<Components .WasmRemoteAuthentication.Routes @rendermode =" new InteractiveWebAssemblyRenderMode(prerender: false)" />
13
- <script >window [" __DOTNET_INTERNAL_BOOT_CONFIG_SRC" ] = " dotnet.boot.js" ; </script >
14
13
<script src =" @Assets[" _framework /blazor.web.js " ]" autostart =" false" ></script >
15
14
<script src =" _content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js" ></script >
16
15
<script >
Original file line number Diff line number Diff line change 11
11
<body >
12
12
<ServerApp @rendermode =" @RenderMode.InteractiveServer" />
13
13
14
- <script >window [" __DOTNET_INTERNAL_BOOT_CONFIG_SRC" ] = " dotnet.boot.js" ; </script >
15
14
<script src =" @Assets[" _framework /blazor.web.js " ]" autostart =" false" ></script >
16
15
<script >
17
16
const suppressEnhancedNavigation = sessionStorage .getItem (' suppress-enhanced-navigation' ) === ' true' ;
Original file line number Diff line number Diff line change 19
19
<_Parameter2 >true</_Parameter2 >
20
20
</AssemblyAttribute >
21
21
</ItemGroup >
22
-
23
- <PropertyGroup >
24
- <WasmBootConfigFileName >dotnet.boot.js</WasmBootConfigFileName >
25
- </PropertyGroup >
26
22
</Project >
Original file line number Diff line number Diff line change 7
7
< body >
8
8
< div id ="blazor-error-ui "> Error</ div >
9
9
< app > Loading...</ app >
10
- < script > window [ "__DOTNET_INTERNAL_BOOT_CONFIG_SRC" ] = "dotnet.boot.js" ; </ script >
11
10
< script src ="_framework/blazor.webassembly.js " autostart ="false "> </ script >
12
11
< script >
13
12
( function ( ) {
You can’t perform that action at this time.
0 commit comments