Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion aspnetcore/razor-pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down Expand Up @@ -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.
Expand Down