Search⌘ K
AI Features

Challenge: Adding a Restricted Razor Page

Explore how to secure individual Razor Pages by enforcing authentication and applying authorization policies. Learn to allow anonymous access to public pages while restricting admin pages to users with specific claims using efficient code practices in an ASP.NET Core environment.

We'll cover the following...
...