From a76a107a3e28858c1a1b56d2c2b8451105b732a4 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Fri, 24 Mar 2023 14:45:00 -1000 Subject: [PATCH 1/2] JS collocation /3 --- aspnetcore/razor-pages/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/razor-pages/index.md b/aspnetcore/razor-pages/index.md index 4f0a2db18423..0537e55b13dc 100644 --- a/aspnetcore/razor-pages/index.md +++ b/aspnetcore/razor-pages/index.md @@ -4,7 +4,7 @@ author: Rick-Anderson description: Explains how Razor Pages in ASP.NET Core makes coding page-focused scenarios easier and more productive than using MVC. monikerRange: '>= aspnetcore-3.1' ms.author: riande -ms.date: 04/14/2022 +ms.date: 3/14/2023 uid: razor-pages/index --- From d6b35419e31af292625235fea4b7531d5c7f90fa Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Fri, 24 Mar 2023 14:48:47 -1000 Subject: [PATCH 2/2] JS collocation /3 --- aspnetcore/razor-pages/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aspnetcore/razor-pages/index.md b/aspnetcore/razor-pages/index.md index 0537e55b13dc..262363374516 100644 --- a/aspnetcore/razor-pages/index.md +++ b/aspnetcore/razor-pages/index.md @@ -577,6 +577,10 @@ Using the preceding code, the URL path that submits to `OnPostJoinListAsync` is The `?` following `handler` means the route parameter is optional. +## Collocation of JavaScript (JS) files + +[!INCLUDE[](~/includes/js-collocation.md)] + ## Advanced configuration and settings The configuration and settings in following sections is not required by most apps.