From 670275863b22f0017967d2946b738fc62a77cd9c Mon Sep 17 00:00:00 2001 From: guardrex <1622880+guardrex@users.noreply.github.com> Date: Thu, 16 Sep 2021 11:30:24 -0500 Subject: [PATCH 1/6] Blazor JS initializers --- aspnetcore/blazor/fundamentals/startup.md | 4 +++ aspnetcore/blazor/includes/js-initializers.md | 34 +++++++++++++++++++ .../javascript-interoperability/index.md | 4 +++ aspnetcore/blazor/performance.md | 12 +++---- 4 files changed, 48 insertions(+), 6 deletions(-) create mode 100644 aspnetcore/blazor/includes/js-initializers.md diff --git a/aspnetcore/blazor/fundamentals/startup.md b/aspnetcore/blazor/fundamentals/startup.md index 76ddcd8fad46..a25ab9f44bb6 100644 --- a/aspnetcore/blazor/fundamentals/startup.md +++ b/aspnetcore/blazor/fundamentals/startup.md @@ -18,6 +18,10 @@ Configure a manual start in the `wwwroot/index.html` file (Blazor WebAssembly) o * Add an `autostart="false"` attribute and value to the `