We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ada43 commit b5760d0Copy full SHA for b5760d0
aspnetcore/blazor/javascript-interop.md
@@ -86,11 +86,11 @@ Place the `<script>` tag that references the JavaScript file in the *wwwroot/ind
86
87
*wwwroot/index.html* (Blazor WebAssembly):
88
89
-[!code-html[](./common/samples/3.x/BlazorWebAssemblySample/wwwroot/index.html?highlight=15)]
+[!code-html[](./common/samples/3.x/BlazorWebAssemblySample/wwwroot/index.html?highlight=22)]
90
91
*Pages/_Host.cshtml* (Blazor Server):
92
93
-[!code-cshtml[](./common/samples/3.x/BlazorServerSample/Pages/_Host.cshtml?highlight=21)]
+[!code-cshtml[](./common/samples/3.x/BlazorServerSample/Pages/_Host.cshtml?highlight=35)]
94
95
Don't place a `<script>` tag in a component file because the `<script>` tag can't be updated dynamically.
96
0 commit comments