From cbe086879da254f26b8397308672672b4425fe25 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Tue, 31 Aug 2021 12:22:05 -0700 Subject: [PATCH] Update razor-pages-start.md (#23178) * Update razor-pages-start.md * Update aspnetcore/tutorials/razor-pages/razor-pages-start.md --- aspnetcore/tutorials/razor-pages/razor-pages-start.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/razor-pages/razor-pages-start.md b/aspnetcore/tutorials/razor-pages/razor-pages-start.md index a015cc9f4b..391358bbbf 100644 --- a/aspnetcore/tutorials/razor-pages/razor-pages-start.md +++ b/aspnetcore/tutorials/razor-pages/razor-pages-start.md @@ -433,8 +433,10 @@ Select **Yes** if you agree to trust the development certificate. [!INCLUDE[trust FF](~/includes/trust-ff.md)] -Visual Studio launches: +Visual Studio: +* Runs the app, which launches the [Kestrel server](xref:fundamentals/servers/kestrel). +* Launches the default browser at `https://localhost:5001`, which displays the apps UI. # [Visual Studio Code](#tab/visual-studio-code)