Introduction In the last post, we talked about Razor Pages. Today we will talk more about handlers. We saw that we could have our code and model either in a .cshtml file or inside of code behind file that matches the .cshtml – .cshtml.cs file. Razor Page Handlers or Handler Methods are a way of connecting user requests […]
Continue reading