Information and articles about ASP.NET Web Pages using Razor. Razor is a web page markup syntax based on the C# programming language and used to create dynamic web pages. Learn from the latest ASP.NET Razor syntax articles on building Web apps.

Rel=Canonical: An Elegant Approach To Using the Canonical Tags in Razor Pages and MVC

Rel=Canonical: An Elegant Approach To Using the Canonical Tags in Razor Pages and MVC. How ASP.NET Core MVC is structured provides web developers an elegant way to set canonical tags in Razor Pages.

HTML ASP.NET Version: 6.0 General Information

Automatic Model Binding in Razor Pages Using ASP.NET Core MVC

How can we do the automatic model binding in Razor pages? When the value of an Input Tag Helper's 'for' attribute matches the name of the property in the associated model, binding automatically occurs. Razor Pages and Tag Helpers are very powerful. 

Razor ASP.NET Version: 6.0 Tutorial Articles

What are Razor Pages in ASP.NET Core 6 MVC?

Razor Pages in the ASP.NET Core 6 MVC is a web application programming model that simplifies the web application programming and development process by incorporating technology that would otherwise need to be coded separately in controllers or views.

Razor ASP.NET Version: 6.0 General Information

What are the Advantages of ASP.NET Core over ASP.NET?

What are the advantages of ASP.NET Core over ASP.NET? ASP.NET Core has many areas of inherent superiority over ASP.NET. Where does it have the upper hand? Let's find out.

ASP.NET Core ASP.NET Version: 6.0 General Information

Implement reCAPTCHA in ASP.NET Core MVC and Razor Pages

This tutorial will show you have to implement reCAPTCHA in ASP.NET Core MVC and Razor pages. Google reCAPTCHA is a free service that protects your website from abuse by creating challenges.

MVC ASP.NET Version: 6.0 Tutorial Articles