
Razor syntax reference for ASP.NET Core | Microsoft Learn
Jul 7, 2016 · Introduction to ASP.NET Web Programming Using the Razor Syntax provides many samples of programming with Razor syntax. Although the topic was written for ASP.NET …
Introduction to ASP.NET Web Programming Using the Razor …
Here you'll learn the basics of writing ASP.NET server code using the Razor syntax — that is, the programming language rules. If you're experienced with programming (especially if you've …
Introduction to ASP.NET Web Programming Using the Razor …
This appendix gives you an overview of programming with ASP.NET Web pages in Visual Basic, using the Razor syntax.
Tutorial: Get started with Razor Pages in ASP.NET Core
This is the first tutorial of a series that teaches the basics of building an ASP.NET Core Razor Pages web app. For a more advanced introduction aimed at developers who are familiar with …
Working with HTML Forms in ASP.NET Web Pages (Razor) Sites
Feb 19, 2020 · This article describes how to process an HTML form (with text boxes and buttons) when you are working in an ASP.NET Web Pages (Razor) website. What you'll learn:
ASP.NET Core Razor components | Microsoft Learn
Learn how to create and use Razor components in Blazor apps, including guidance on Razor syntax, component naming, namespaces, and component parameters.
Razor Pages architecture and concepts in ASP.NET Core
Aug 27, 2025 · Learn the architecture, concepts, and patterns of Razor Pages in ASP.NET Core for building page-focused web applications.
Introduction to Debugging ASP.NET Web Pages (Razor) Sites
Sep 30, 2022 · This article explains various ways to debug pages in an ASP.NET Web Pages (Razor) website. Debugging is the process of finding and fixing errors in your code pages.
Creating and Using a Helper in an ASP.NET Web Pages (Razor) Site
Feb 19, 2020 · This article describes how to create a helper in an ASP.NET Web Pages (Razor) website. A helper is a reusable component that includes code and markup to perform a task …
ASP.NET Core Blazor | Microsoft Learn
Nov 11, 2025 · Razor is a syntax for combining HTML markup with C# code designed for developer productivity. Razor allows you to switch between HTML markup and C# in the same …