In this article, we explore tag helpers: what they are, which ones are built in, select tag helper, setting selected options, disabling options and option groups using a simple example.
Control the format of ASP.NET Core responses and return JSON result with custom status code through the help of formatters or directly from the action.
ASP.NET Core provides a number of built-in solutions for different use cases without getting in the way. Let’s take a look at some: MVC, Razor Pages, Blazor.