--- title: ASP.NET Core Blazor Startup author: guardrex description: Learn how to configure Blazor startup. monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: mvc ms.date: 05/14/2021 no-loc: [Home, Privacy, Kestrel, appsettings.json, "ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR] uid: blazor/fundamentals/startup --- # ASP.NET Core Blazor Startup ::: moniker range=">= aspnetcore-6.0" Configure a manual start in the `wwwroot/index.html` file (Blazor WebAssembly) or `Pages/_Layout.cshtml` file (Blazor Server): * Add an `autostart="false"` attribute and value to the `
...