Skip to content

Commit 64b6574

Browse files
Copilotwadepickett
andauthored
Improve Razor Pages introduction title and content to differentiate from tutorial series (#36003)
* Initial plan * Update Razor Pages title, intro, and TOC to better differentiate from tutorial series Co-authored-by: wadepickett <[email protected]> * Update aspnetcore/razor-pages/index.md Corrected AI set ms.date --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: wadepickett <[email protected]> Co-authored-by: Wade Pickett <[email protected]>
1 parent e14631e commit 64b6574

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

aspnetcore/razor-pages/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Introduction to Razor Pages in ASP.NET Core
2+
title: Razor Pages architecture and concepts in ASP.NET Core
33
author: tdykstra
4-
description: Explains how Razor Pages in ASP.NET Core makes coding page-focused scenarios easier and more productive than using MVC.
4+
description: Learn the architecture, concepts, and patterns of Razor Pages in ASP.NET Core for building page-focused web applications.
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: tdykstra
7-
ms.date: 8/28/2023
7+
ms.date: 08/27/2025
88
uid: razor-pages/index
99
---
1010

11-
# Introduction to Razor Pages in ASP.NET Core
11+
# Razor Pages architecture and concepts in ASP.NET Core
1212

1313
By [Rick Anderson](https://twitter.com/RickAndMSFT), [Dave Brock](https://twitter.com/daveabrock), and [Kirk Larkin](https://twitter.com/serpent5)
1414

@@ -19,7 +19,7 @@ Razor Pages can make coding page-focused scenarios easier and more productive th
1919

2020
If you're looking for a tutorial that uses the Model-View-Controller approach, see [Get started with ASP.NET Core MVC](xref:tutorials/first-mvc-app/start-mvc).
2121

22-
This document provides an introduction to Razor Pages. It's not a step by step tutorial. If you find some of the sections too advanced, see [Get started with Razor Pages](xref:tutorials/razor-pages/razor-pages-start). For an overview of ASP.NET Core, see the [Introduction to ASP.NET Core](xref:index).
22+
This article covers the architecture, concepts, and patterns that make Razor Pages effective for building page-focused web applications. It explains how Razor Pages work, their key components, and best practices for implementation. If you prefer hands-on learning with step-by-step instructions, see [Tutorial: Create a Razor Pages web app with ASP.NET Core](xref:tutorials/razor-pages/index). For an overview of ASP.NET Core, see the [Introduction to ASP.NET Core](xref:index).
2323

2424
## Prerequisites
2525

aspnetcore/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ items:
326326
uid: tutorials/choose-web-ui
327327
- name: Razor Pages
328328
items:
329-
- name: Introduction
329+
- name: Architecture and concepts
330330
uid: razor-pages/index
331331
- name: Tutorial
332332
items:

0 commit comments

Comments
 (0)